diff --git a/ICViewPager.podspec b/ICViewPager.podspec index 90d14a0..324b636 100644 --- a/ICViewPager.podspec +++ b/ICViewPager.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ICViewPager" - s.version = "1.2" + s.version = "1.2.1" s.summary = "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management." s.description = <<-DESC @@ -30,7 +30,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Ilter Cengiz" => "me@iltercengiz.info" } s.platform = :ios, '6.1' - s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.2" } + s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.2.1" } s.source_files = 'ICViewPager/ICViewPager/*.{h,m}' s.requires_arc = true