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
/
d
/
b
/
6
/
RxNetwork
/
0.5.0
/
RxNetwork.podspec.json
blob
34c34cafce5d842be487df3ead124e19f8a9f61b
1
{
2
"name": "RxNetwork",
3
"version": "0.5.0",
4
"summary": "A swift network library.",
5
"homepage": "https://github.com/Ginxx/RxNetwork",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"gaoX": "gao497868860@163.com"
12
},
13
"source": {
14
"git": "https://github.com/Ginxx/RxNetwork.git",
15
"tag": "0.5.0"
16
},
17
"platforms": {
18
"ios": "9.0"
19
},
20
"source_files": "RxNetwork/Classes/**/*",
21
"dependencies": {
22
"Moya/RxSwift": [
23
24
],
25
"Cache": [
26
27
]
28
},
29
"requires_arc": true,
30
"swift_version": "4.0"
31
}