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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
1
/
d
/
9
/
WHNetwork
/
1.0.3
/
WHNetwork.podspec.json
blob
6c1d47493a75fc4b6c08e3c2d9b99a63dc79c5a8
1
{
2
"name": "WHNetwork",
3
"version": "1.0.3",
4
"summary": "Simple function to use AFNetworking.",
5
"homepage": "https://github.com/remember17/WHNetwork",
6
"license": "MIT",
7
"authors": {
8
"wuhao": "503007958@qq.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/remember17/WHNetwork.git",
15
"tag": "1.0.3"
16
},
17
"source_files": [
18
"WHNetwork",
19
"WHNetwork/*.{h,m}"
20
],
21
"frameworks": "UIKit",
22
"requires_arc": true,
23
"dependencies": {
24
"AFNetworking": [
25
26
]
27
}
28
}