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

Commit

Permalink
Podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilter Cengiz committed Sep 21, 2013
1 parent 7c3b05c commit df35079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ICViewPager.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit df35079

Please sign in to comment.