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] SHUJUSHUO 0.2.1
[CocoaPods.git]
/
Specs
/
6
/
3
/
9
/
WBNetwork
/
0.1.2
/
WBNetwork.podspec.json
blob
13617bae876889b0110d8c1d8804d5c815d4867b
1
{
2
"name": "WBNetwork",
3
"version": "0.1.2",
4
"summary": "iOS 基于 AFN 封装的链式网络请求框架",
5
"homepage": "https://github.com/AllenSWB/WBNetwork",
6
"license": "MIT",
7
"authors": "AllenSWB",
8
"platforms": {
9
"ios": "8.0"
10
},
11
"source": {
12
"git": "https://github.com/AllenSWB/WBNetwork.git",
13
"tag": "0.1.2"
14
},
15
"frameworks": [
16
"Foundation",
17
"UIKit"
18
],
19
"source_files": "WBNetworkDemo/WBNetwork/*.{h,m}",
20
"dependencies": {
21
"AFNetworking": [
22
23
]
24
}
25
}