repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
1
/
2
/
f
/
YZNetwork
/
1.0.0
/
YZNetwork.podspec.json
blob
3565d09255f5159a70b3f8f4c64c0b0e00e714f6
1
{
2
"name": "YZNetwork",
3
"version": "1.0.0",
4
"summary": "meiye.youzan base network component",
5
"description": "基于AFNeting 3.0,有赞美业网络底层组件",
6
"homepage": "https://github.com/hcxyzlm/YZNetwork",
7
"license": "MIT",
8
"authors": {
9
"zhuo": "hcxyzlm@126.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/hcxyzlm/YZNetwork.git",
16
"tag": "1.0.0"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"dependencies": {
23
"AFNetworking": [
24
"3.1.0"
25
]
26
}
27
}