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

Commit

Permalink
Updated podspec file and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilter Cengiz committed Sep 21, 2013
1 parent 5999e69 commit 26c1792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 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.0"
s.version = "1.1"
s.summary = "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management."

s.description = <<-DESC
Expand All @@ -17,9 +17,6 @@ Pod::Spec.new do |s|
ICViewController supports minimum iOS 6 and uses ARC.
Supports both iPhone and iPad
## To-do
- Current version doesn't track pan gestures in content view. These should be tracked to scroll tabs synchronously
## Contact
[Ilter Cengiz](mailto:me@iltercengiz.info)
[@monsieurje](https://twitter.com/monsieurje)
Expand All @@ -32,8 +29,8 @@ Pod::Spec.new do |s|
s.screenshots = "https://dl.dropboxusercontent.com/u/17948706/Resources/SS.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ilter Cengiz" => "me@iltercengiz.info" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.0" }
s.platform = :ios, '6.1'
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.1" }
s.source_files = 'ICViewPager/ICViewPager/*.{h,m}'
s.requires_arc = true

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ICViewController supports minimum iOS 6 and uses ARC.
- None at the moment

## Contact
[@monsieurje](https://twitter.com/monsieurje)
[Ilter Cengiz](mailto:me@iltercengiz.info)
[@monsieurje](https://twitter.com/monsieurje)

## Licence
ICViewPager is MIT licensed. See the LICENCE file for more info.

0 comments on commit 26c1792

Please sign in to comment.