[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 0 / 9 / 3 / CKViewPager / 2.0.4 / CKViewPager.podspec.json
blobd9594032244ee7b8c06d3c09d21a8d3e1da7b9b9
2   "name": "CKViewPager",
3   "version": "2.0.4",
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",
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.4"
21   },
22   "source_files": "CKViewPager/CKViewPager/*.{h,m}",
23   "requires_arc": true