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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
7
/
1
/
a
/
HTTPSpider
/
0.1.0
/
HTTPSpider.podspec.json
blob
66c0b6b353793f0eaadb4de6c989497b57d362d0
1
{
2
"name": "HTTPSpider",
3
"version": "0.1.0",
4
"license": {
5
"type": "MIT",
6
"file": "LICENSE"
7
},
8
"summary": "Clear HTTP Networking in Swift",
9
"homepage": "https://github.com/isxq/HTTPSpider",
10
"source": {
11
"git": "https://github.com/isxq/HTTPSpider.git",
12
"tag": "0.1.0"
13
},
14
"source_files": "Source/*.swift",
15
"requires_arc": true,
16
"platforms": {
17
"ios": "9.0"
18
},
19
"frameworks": [
20
"UIKit",
21
"Foundation"
22
],
23
"authors": {
24
"申小强": "shen_x_q@163.com"
25
}
26
}