This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ilter Cengiz
committed
Sep 21, 2013
1 parent
857c321
commit b43721e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2" | ||
s.version = "1.2.1" | ||
s.summary = "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management." | ||
|
||
s.description = <<-DESC | ||
|
@@ -30,7 +30,7 @@ Pod::Spec.new do |s| | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Ilter Cengiz" => "[email protected]" } | ||
s.platform = :ios, '6.1' | ||
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.2" } | ||
s.source = { :git => "https://github.com/monsieurje/ICViewPager.git", :tag => "1.2.1" } | ||
s.source_files = 'ICViewPager/ICViewPager/*.{h,m}' | ||
s.requires_arc = true | ||
|
||
|