blob: f36533bdc60a1118211c6945fadcdab3e74bfc2c [file] [log] [blame]
{
"name": "AFNetworking+SingleBlock",
"version": "0.0.1",
"summary": "Categories that aggregate the success and failure block in one single solution",
"description": " These categories are designed to solve two problems with the popular AFNetworking library.\n 1. The failure block doesn't return the responseObject, which can contain more information about the error\n 2. Sometimes having a single block is better than two, for example to avoid code duplication when the call is complete\n",
"homepage": "https://github.com/acerbetti/AFNetworking-SingleBlock",
"license": "MIT",
"authors": {
"Stefano Acerbetti": "acerbetti@gmail.com"
},
"source": {
"git": "https://github.com/acerbetti/AFNetworking-SingleBlock.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}