| { |
| "name": "CKViewPager", |
| "version": "2.0.1", |
| "summary": "You can create sliding tabs with ViewPager.", |
| "description": "\n Slide through the contents or select from tabs or slide through tabs and select!\n\n ## Installation\n Just copy ViewPagerController.m and ViewPagerController.h files to your project.\n Or you can use CocoaPods (as this is the recommended way).\n `pod 'CKViewPager'`\n\n ## Usage\n Subclass ViewPagerController (as it's a `UIViewController` subclass) and implement dataSource and delegate methods in the subclass.\n\n ## Requirements\n CKViewPager supports minimum iOS 6 and uses ARC.\n Supports both iPhone and iPad.\n\n ## Contact\n [Lucas Oceano](mailto:lucoceano@gmail.com)\n\t CKViewPagre is based on [ICViewPager](https://github.com/iltercengiz/ICViewPager) with improvements and few bug fix.\n\n ## Licence\n CKViewPager is MIT licensed. See the LICENSE file for more info.\n", |
| "homepage": "https://github.com/lucoceano/CKViewPager", |
| "screenshots": "https://raw.githubusercontent.com/lucoceano/CKViewPager/master/Resources/screen1.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Lucas Oceano": "lucoceano@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/lucoceano/CKViewPager.git", |
| "tag": "2.0.1" |
| }, |
| "source_files": "CKViewPager/CKViewPager/*.{h,m}", |
| "requires_arc": true |
| } |