From df35079d45b74c09cd59c58e92d4f60d45259892 Mon Sep 17 00:00:00 2001 From: Ilter Cengiz Date: Sat, 21 Sep 2013 17:31:28 +0300 Subject: [PATCH] Podspec update --- ICViewPager.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ICViewPager.podspec b/ICViewPager.podspec index c48a775..90d14a0 100644 --- a/ICViewPager.podspec +++ b/ICViewPager.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ICViewPager" - s.version = "1.1" + s.version = "1.2" s.summary = "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management." s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| ## Requirements - ICViewController supports minimum iOS 6 and uses ARC. + ICViewController supports minimum iOS 6.1 and uses ARC. Supports both iPhone and iPad ## Contact @@ -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.1" } + s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.2" } s.source_files = 'ICViewPager/ICViewPager/*.{h,m}' s.requires_arc = true