[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 6 / ICViewPager / 1.2.1 / ICViewPager.podspec.json
blobcb5c45c56a36b51a4121710c8ed9bee02c3a671a
2   "name": "ICViewPager",
3   "version": "1.2.1",
4   "summary": "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.",
5   "description": "\t\t\t\t   A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.\n\n\t\t\t\t   ## Usage\n\n\t\t\t\t   Just copy ViewPagerController.m and ViewPagerController.h files to your project.\n\t\t\t\t   You can subclass it and implement dataSource and delegate methods in the subclass or just assign it to a view controller as file's owner and provide external dataSource and delegate objects.\n\n\t\t\t\t   ## Requirements\n\n\t\t\t\t   ICViewController supports minimum iOS 6.1 and uses ARC.\n\t\t\t\t   Supports both iPhone and iPad\n\n\t\t\t\t   ## Contact\n\t\t\t\t   [Ilter Cengiz](mailto:me@iltercengiz.info)\n\t\t\t\t   [@monsieurje](https://twitter.com/monsieurje)\n\n\t\t\t\t   ## Licence\n\t\t\t\t   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.2.1"
21   },
22   "source_files": "ICViewPager/ICViewPager/*.{h,m}",
23   "requires_arc": true