[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / f / GBInfiniteScrollView / 1.7 / GBInfiniteScrollView.podspec.json
blob5c3532795c4f997b8b3680aa556b9a6299b7e96d
2   "name": "GBInfiniteScrollView",
3   "version": "1.7",
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.7"
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   ]