[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / d / GHUITable / 0.1.4 / GHUITable.podspec.json
blob77e8fd24307b6dd73de8942aef7ce7690b452489
2   "name": "GHUITable",
3   "version": "0.1.4",
4   "summary": "UI framework.",
5   "homepage": "https://github.com/gabriel/GHUITable",
6   "license": "MIT",
7   "authors": {
8     "Gabriel Handford": "gabrielh@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/gabriel/GHUITable.git",
12     "tag": "0.1.4"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "GHUITable/**/*.{h,m}",
18   "dependencies": {
19     "GHKit": [
21     ],
22     "ObjectiveSugar": [
24     ]
25   },
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Yap",
30       "source_files": [
31         "GHUITable/**/*.{h,m}",
32         "YapTableView/**/*.{h,m}"
33       ],
34       "dependencies": {
35         "YapDatabase": [
37         ]
38       }
39     }
40   ]