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] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
b
/
c
/
4
/
SwiftNet
/
1.0.0
/
SwiftNet.podspec.json
blob
3660bdd9d83d888c026514159845ce83ddca1ff2
1
{
2
"name": "SwiftNet",
3
"version": "1.0.0",
4
"license": "MIT",
5
"summary": "项目可直接使用的网络请求库",
6
"authors": {
7
"邓锋": "704292743@qq.com"
8
},
9
"homepage": "https://github.com/FengDeng/SwiftNet",
10
"source": {
11
"git": "https://github.com/FengDeng/SwiftNet.git",
12
"tag": "1.0.0"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source_files": "SwiftNet/SwiftNet/*.swift",
18
"dependencies": {
19
"Alamofire": [
20
"~> 3.1.3"
21
],
22
"RxSwift": [
23
"~> 2.2.0"
24
]
25
}
26
}