Skip to content

Commit

Permalink
Validates podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Martins committed Mar 11, 2015
1 parent 85b6953 commit 80bdcc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CKViewPager.podspec
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
Expand All @@ -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'
Expand Down

0 comments on commit 80bdcc9

Please sign in to comment.