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] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git]
/
Specs
/
d
/
7
/
2
/
RVHttp
/
1.0.9
/
RVHttp.podspec.json
blob
40afce9fa2caf3fbe47c5ebb83c58fae3c4fd14c
1
{
2
"name": "RVHttp",
3
"version": "1.0.9",
4
"summary": "Easy http request",
5
"license": "MIT",
6
"platforms": {
7
"ios": "6.0",
8
"osx": "10.9"
9
},
10
"source": {
11
"git": "https://github.com/BadChoice/RVHttp.git",
12
"tag": "1.0.9"
13
},
14
"dependencies": {
15
"Collection": [
16
"~> 1.7.3"
17
]
18
},
19
"description": "Making http request super easy",
20
"homepage": "https://github.com/BadChoice/RVHttp",
21
"authors": {
22
"Jordi PuigdellĂvol": "jordo@gloobus.net"
23
},
24
"source_files": [
25
"RVHttp/lib/**/*"
26
],
27
"requires_arc": true
28
}