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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
c
/
1
/
8
/
DZHTTPRequest
/
1.0.4
/
DZHTTPRequest.podspec.json
blob
31ccbf8205570ff8db240334e01587a56c7b5662
1
{
2
"name": "DZHTTPRequest",
3
"version": "1.0.4",
4
"summary": "网络请求私有库",
5
"homepage": "https://github.com/hatjs880328/DZHTTPRequest",
6
"license": "MIT",
7
"authors": {
8
"mrshan": "451145552@qq.com"
9
},
10
"source": {
11
"git": "https://github.com/hatjs880328/DZHTTPRequest.git",
12
"tag": "1.0.4"
13
},
14
"requires_arc": true,
15
"platforms": {
16
"ios": "8.0"
17
},
18
"source_files": "HTTPRequest/*",
19
"frameworks": [
20
"Foundation",
21
"UIKit"
22
],
23
"dependencies": {
24
"Alamofire": [
25
"3.1.5"
26
],
27
"SnapKit": [
28
"0.19.1"
29
],
30
"RealReachability": [
31
"1.1.7"
32
]
33
}
34
}