blob: 80d4df857278c06d435d66a0a7ec0a9502383371 [file] [log] [blame]
{
"name": "Request",
"version": "0.1.0",
"summary": "A library to facilitate requests to a server",
"description": " A library to facilitate requests to a server\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/jmartos89/Request",
"license": "MIT",
"authors": {
"juan": "jmartos@sopinet.com"
},
"source": {
"git": "https://github.com/jmartos89/Request.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}