[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / 0 / 9 / 3 / CKViewPager / 2.0.6 / CKViewPager.podspec.json
blob827bde41640a8fe5eac45729fac82e77f3ec42dc
2   "name": "CKViewPager",
3   "version": "2.0.6",
4   "summary": "You can create sliding tabs with ViewPager.",
5   "description": "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)\nCKViewPagre 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.",
6   "homepage": "https://github.com/lucoceano/CKViewPager",
7   "screenshots": "https://raw.githubusercontent.com/lucoceano/CKViewPager/master/Resources/screen1.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Lucas Oceano": "lucoceano@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/lucoceano/CKViewPager.git",
20     "tag": "2.0.6"
21   },
22   "source_files": "CKViewPager/CKViewPager/*.{h,m}",
23   "requires_arc": true