[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / f / 1 / Kilig / 0.1.0 / Kilig.podspec.json
blobadea52e03aa19adfc364778f876c3a9c51c74703
2   "name": "Kilig",
3   "version": "0.1.0",
4   "summary": "一个轻量的简化UITableView数据驱动的库",
5   "description": "Kilig是一个轻量的简化UITableView数据驱动的库",
6   "homepage": "https://github.com/cnchenys/Kilig",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TechSen": "cnchenys@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/cnchenys/Kilig.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Kilig/Classes/*.h",
22   "subspecs": [
23     {
24       "name": "Tools",
25       "source_files": "Kilig/Classes/Tools/*.{h,m}"
26     },
27     {
28       "name": "TableView",
29       "source_files": "Kilig/Classes/TableView/*.{h,m}",
30       "dependencies": {
31         "Kilig/Tools": [
33         ]
34       }
35     },
36     {
37       "name": "Chaining",
38       "source_files": "Kilig/Classes/Chaining/*.{h,m}",
39       "dependencies": {
40         "Kilig/TableView": [
42         ]
43       }
44     }
45   ]