blob: 9d84a5c39a57cc9ec6140a3e67cab15cd435d04e [file] [log] [blame]
{
"name": "Request",
"version": "0.1.3",
"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!",
"homepage": "https://github.com/jmartos89/Request",
"license": "MIT",
"authors": {
"juan": "jmartos89@gmail.com"
},
"source": {
"git": "https://github.com/jmartos89/Request.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"MD5Digest": [
],
"AFNetworking": [
"~> 2.3"
],
"SVProgressHUD": [
]
}
}