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] AndesUI 3.152.1
[CocoaPods.git]
/
Specs
/
2
/
9
/
3
/
HTTP
/
0.2
/
HTTP.podspec.json
blob
a175adaa6e686ef26dcde86b8ae2107fe5cb4500
1
{
2
"name": "HTTP",
3
"version": "0.2",
4
"license": "MIT",
5
"summary": "HTTP request/response entities for Swift 2 (Linux ready)",
6
"homepage": "https://github.com/Zewo/HTTP",
7
"authors": {
8
"Paulo Faria": "paulo.faria.rl@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/Zewo/HTTP.git",
12
"tag": "0.2"
13
},
14
"platforms": {
15
"ios": "8.0",
16
"osx": "10.9"
17
},
18
"source_files": "HTTP/**/*.swift",
19
"dependencies": {
20
"URI": [
21
22
],
23
"Stream": [
24
25
]
26
},
27
"requires_arc": true
28
}