Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit df35079

Browse files
author
Ilter Cengiz
committed
Podspec update
1 parent 7c3b05c commit df35079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ICViewPager.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ICViewPager"
4-
s.version = "1.1"
4+
s.version = "1.2"
55
s.summary = "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management."
66

77
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
1515
## Requirements
1616
17-
ICViewController supports minimum iOS 6 and uses ARC.
17+
ICViewController supports minimum iOS 6.1 and uses ARC.
1818
Supports both iPhone and iPad
1919
2020
## Contact
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
3030
s.license = { :type => 'MIT', :file => 'LICENSE' }
3131
s.author = { "Ilter Cengiz" => "me@iltercengiz.info" }
3232
s.platform = :ios, '6.1'
33-
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.1" }
33+
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.2" }
3434
s.source_files = 'ICViewPager/ICViewPager/*.{h,m}'
3535
s.requires_arc = true
3636

0 commit comments

Comments
 (0)