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] FCVideo 3.2.21
[CocoaPods.git]
/
Specs
/
3
/
8
/
b
/
HRNetwork
/
0.1.6
/
HRNetwork.podspec.json
blob
9dde29f4561a3bbcd8d126ee9bbd81b2fa5becf7
1
{
2
"name": "HRNetwork",
3
"version": "0.1.6",
4
"summary": "网络层封装",
5
"description": "不同平台不同接口的封装,面向业务层",
6
"homepage": "https://github.com/wowbby/HRNetwork",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"wowbby": "zhengzx@haierubic.com"
13
},
14
"source": {
15
"git": "https://github.com/wowbby/HRNetwork.git",
16
"tag": "0.1.6"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "HRNetwork/Classes/**/*",
22
"dependencies": {
23
"YTKNetwork": [
24
25
]
26
}
27
}