YHKit.podspec.json
790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "YHKit",
"version": "0.2.1",
"description": "YOHO Tool Kit",
"license": "MIT",
"summary": "YOHO Kit",
"homepage": "http://git.yoho.cn/ios/YHKit",
"authors": {
"ZhangTonghai": "leo.zhang@yoho.cn"
},
"source": {
"git": "http://git.yoho.cn/ios/YHKit.git",
"tag": "0.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "YHKit/*.{h,m}",
"subspecs": [
{
"name": "BlockKit",
"source_files": "YHKit/BlockKit/**/*.{h,m}"
},
{
"name": "CategoryKit",
"source_files": "YHKit/CategoryKit/**/*.{h,m}"
},
{
"name": "ViewKit",
"source_files": "YHKit/ViewKit/**/*.{h,m}"
},
{
"name": "ToolKit",
"source_files": "YHKit/ToolKit/**/*.{h,m}"
}
]
}