This repository was archived by the owner on Apr 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff 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
2929ICViewPager is MIT licensed. See the LICENCE file for more info.
You can’t perform that action at this time.
0 commit comments