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

Commit 26c1792

Browse files
author
Ilter Cengiz
committed
Updated podspec file and README.md
1 parent 5999e69 commit 26c1792

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

ICViewPager.podspec

Lines changed: 3 additions & 6 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.0"
4+
s.version = "1.1"
55
s.summary = "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management."
66

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ICViewController supports minimum iOS 6 and uses ARC.
2222
- None at the moment
2323

2424
## Contact
25-
[@monsieurje](https://twitter.com/monsieurje)
2625
[Ilter Cengiz](mailto:me@iltercengiz.info)
26+
[@monsieurje](https://twitter.com/monsieurje)
2727

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

0 commit comments

Comments
 (0)