4 "summary": "You can create sliding tabs with ViewPager.",
5 "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",
6 "homepage": "https://github.com/lucoceano/CKViewPager",
7 "screenshots": "https://raw.githubusercontent.com/lucoceano/CKViewPager/master/Resources/screen1.png",
13 "Lucas Oceano": "lucoceano@gmail.com"
19 "git": "https://github.com/lucoceano/CKViewPager.git",
22 "source_files": "CKViewPager/CKViewPager/*.{h,m}",