YH_AFNetworking.podspec.json
905 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
39
40
41
42
{
"name": "YH_AFNetworking",
"version": "1.0.1",
"summary": "YH_AFNetworking",
"description": "YH_AFNetworking",
"homepage": "http://git.yoho.cn/ios/yh_afnetworking",
"license": "MIT",
"authors": {
"wangqj": "arthur.wang@yoho.cn"
},
"source": {
"git": "http://git.yoho.cn/ios/yh_afnetworking.git",
"branch": "master",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"subspecs": [
{
"name": "AFNetworking",
"source_files": "AFNetworking/AFNetworking/*.{h,m}",
"requires_arc": true
},
{
"name": "UIKit+AFNetworking",
"source_files": "AFNetworking/UIKit+AFNetworking/*.{h,m}",
"requires_arc": true
},
{
"name": "Aspects",
"source_files": "Aspects/*.{h,m}",
"requires_arc": true
}
]
}