[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / a / f / GBInfiniteScrollView / 1.8 / GBInfiniteScrollView.podspec.json
blob65b7802b0bc40c73df4a97111bb7e6f0bfbcb5e9
2   "name": "GBInfiniteScrollView",
3   "version": "1.8",
4   "summary": "GBInfiniteScrollView class provides an endlessly scroll view organized in pages.",
5   "homepage": "https://github.com/gblancogarcia",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gerardo Blanco": "gblancogarcia@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gblancogarcia/GBInfiniteScrollView.git",
15     "tag": "1.8"
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "GBInfiniteScrollView/GBInfiniteScrollView/*.{h,m}"
26     },
27     {
28       "name": "PageControl",
29       "dependencies": {
30         "GBInfiniteScrollView/Core": [
32         ],
33         "FXPageControl": [
34           "~> 1.3.2"
35         ]
36       },
37       "source_files": "GBInfiniteScrollView/GBInfiniteScrollView/Optional/PageControlSubClass/*.{h,m}"
38     }
39   ]