-
Notifications
You must be signed in to change notification settings - Fork 23
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
Lucas Martins
committed
Mar 11, 2015
1 parent
85b6953
commit 80bdcc9
Showing
1 changed file
with
3 additions
and
3 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 = "CKViewPager" | ||
s.version = “2.0” | ||
s.version = "2.0" | ||
s.summary = "You can create sliding tabs with ViewPager." | ||
|
||
s.description = <<-DESC | ||
|
@@ -22,14 +22,14 @@ Pod::Spec.new do |s| | |
## Contact | ||
[Lucas Oceano](mailto:[email protected]) | ||
CKViewPagre is a copy of [ICViewPager](https://github.com/iltercengiz/ICViewPager) with improvements and few bug fix. | ||
CKViewPagre is based on [ICViewPager](https://github.com/iltercengiz/ICViewPager) with improvements and few bug fix. | ||
## Licence | ||
CKViewPager is MIT licensed. See the LICENSE file for more info. | ||
DESC | ||
|
||
s.homepage = "https://github.com/lucoceano/CKViewPager" | ||
s.screenshots = "https://raw.githubusercontent.com/lucoceano/CKViewPager/master/Resources/Screenshot.jpg" | ||
s.screenshots = "https://raw.githubusercontent.com/lucoceano/CKViewPager/master/Resources/screen1.png" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Lucas Oceano" => "[email protected]" } | ||
s.platform = :ios, '6.0' | ||
|