blob: a670a22c8e43991726ba5056513d69c0ccbe4168 [file] [log] [blame]
{
"name": "RVHttp",
"version": "1.0.8",
"summary": "Easy http request",
"license": "MIT",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/BadChoice/RVHttp.git",
"tag": "1.0.8"
},
"dependencies": {
"Collection": [
"~> 1.7.3"
]
},
"description": "Making http request super easy",
"homepage": "https://github.com/BadChoice/RVHttp",
"authors": {
"Jordi PuigdellĂ­vol": "jordo@gloobus.net"
},
"source_files": [
"RVHttp/lib/**/*"
],
"requires_arc": true
}