blob: d7dd5233beed6073d4a4a7650ac76da536f1f281 [file] [log] [blame]
{
"name": "AFNetworking-Synchronous",
"version": "0.2.0",
"summary": "Synchronous requests for AFNetworking",
"description": " A minimal category which extends AFNetworking 1.x, specifically\n AFHTTPClient, to support synchronous requests.\n",
"homepage": "https://github.com/paulmelnikow/AFNetworking-Synchronous",
"license": "MIT",
"authors": {
"Paul Melnikow": "github@paulmelnikow.com"
},
"source": {
"git": "https://github.com/paulmelnikow/AFNetworking-Synchronous.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
]
}
}