diff --git a/HTStateAwareRasterImageView/1.0/HTStateAwareRasterImageView.podspec b/HTStateAwareRasterImageView/1.0.1/HTStateAwareRasterImageView.podspec similarity index 87% rename from HTStateAwareRasterImageView/1.0/HTStateAwareRasterImageView.podspec rename to HTStateAwareRasterImageView/1.0.1/HTStateAwareRasterImageView.podspec index bfa619f8..5fb23737 100644 --- a/HTStateAwareRasterImageView/1.0/HTStateAwareRasterImageView.podspec +++ b/HTStateAwareRasterImageView/1.0.1/HTStateAwareRasterImageView.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "HTStateAwareRasterImageView" - s.version = "1.0" + s.version = "1.0.1" s.platform = :ios s.summary = "A state-aware cached component rasterization system." s.homepage = "https://github.com/hoteltonight/HTStateAwareRasterImageView" s.license = 'MIT' s.author = { "Jacob Jennings" => "jacob.r.jennings@gmail.com" } - s.source = { :git => "https://github.com/hoteltonight/HTStateAwareRasterImageView.git", :tag => '1.0' } + s.source = { :git => "https://github.com/hoteltonight/HTStateAwareRasterImageView.git", :tag => '1.0.1' } s.ios.deployment_target = '4.3' s.source_files = 'Classes', '*.{h,m}' s.requires_arc = true