[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 6 / ICViewPager / 1.5 / ICViewPager.podspec.json
blob8008a1d7ff21f3759d4e7697be69daeedebc8af2
2   "name": "ICViewPager",
3   "version": "1.5",
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 'ICViewPager'`\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          ViewPager supports minimum iOS 6 and uses ARC.\n          Supports both iPhone and iPad.\n\n          ## Contact\n          [Ilter Cengiz](mailto:me@iltercengiz.info)\n          [@monsieurje](https://twitter.com/monsieurje)\n\n          ## Licence\n          ICViewPager is MIT licensed. See the LICENSE file for more info.\n",
6   "homepage": "https://github.com/monsieurje/ICViewPager",
7   "screenshots": "https://dl.dropboxusercontent.com/u/17948706/Resources/SS.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ilter Cengiz": "me@iltercengiz.info"
14   },
15   "platforms": {
16     "ios": "6.1"
17   },
18   "source": {
19     "git": "https://github.com/monsieurje/ICViewPager.git",
20     "tag": "1.5"
21   },
22   "source_files": "ICViewPager/ICViewPager/*.{h,m}",
23   "requires_arc": true