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] Netmera 3.24.6
[CocoaPods.git]
/
Specs
/
2
/
c
/
6
/
ZDNetWork
/
1.0.0
/
ZDNetWork.podspec.json
blob
70bcd504cc75bf8c995b3554be4b42f0e071cb3e
1
{
2
"name": "ZDNetWork",
3
"version": "1.0.0",
4
"summary": "基于AFNetworking框架的简单封装,POST请求,GET请求,上传文件,>下载文件等。",
5
"homepage": "https://github.com/MrZdd/ZDNetWork",
6
"license": "MIT",
7
"authors": {
8
"MrZdd": "@469648303qq.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/MrZdd/ZDNetWork.git",
15
"tag": "1.0.0"
16
},
17
"source_files": [
18
"ZDNetWorkIng",
19
"*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.1.0"
25
]
26
}
27
}