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] TestFrameworkIos1 1.0.2
[CocoaPods.git]
/
Specs
/
d
/
1
/
9
/
ZZWNetwork
/
0.1.0
/
ZZWNetwork.podspec.json
blob
464a5911e96014bd8611513ef9b236dbfc7e63b6
1
{
2
"name": "ZZWNetwork",
3
"version": "0.1.0",
4
"summary": "网络库",
5
"description": "基于AFNetWorking和苹果自带的网络框架封装的网络库",
6
"homepage": "https://github.com/zhouzheren/ZZWNetwork",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"snail": "a595429717@163.com"
13
},
14
"source": {
15
"git": "https://github.com/zhouzheren/ZZWNetwork.git",
16
"tag": "0.1.0"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "ZZWNetwork/Classes/**/*",
22
"dependencies": {
23
"AFNetworking": [
24
"~> 4.0.1"
25
]
26
}
27
}