[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / d / GHUITable / 0.1.10 / GHUITable.podspec.json
blobdfe9bcb21339150f2380e55fe01938a1c2fa2e1c
2   "name": "GHUITable",
3   "version": "0.1.10",
4   "summary": "Table 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.10"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "GHUITable/**/*.{h,m}",
23       "dependencies": {
24         "GHKit": [
26         ],
27         "ObjectiveSugar": [
29         ]
30       }
31     },
32     {
33       "name": "Yap",
34       "source_files": "YapTableView/**/*.{h,m}",
35       "dependencies": {
36         "GHUITable/Core": [
38         ],
39         "YapDatabase": [
41         ]
42       }
43     }
44   ]