[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / e / 4 / AFNetworking+SingleBlock / 0.0.1 / AFNetworking+SingleBlock.podspec.json
blobf36533bdc60a1118211c6945fadcdab3e74bfc2c
2   "name": "AFNetworking+SingleBlock",
3   "version": "0.0.1",
4   "summary": "Categories that aggregate the success and failure block in one single solution",
5   "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",
6   "homepage": "https://github.com/acerbetti/AFNetworking-SingleBlock",
7   "license": "MIT",
8   "authors": {
9     "Stefano Acerbetti": "acerbetti@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/acerbetti/AFNetworking-SingleBlock.git",
13     "tag": "v0.0.1"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source_files": "*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.0"
24     ]
25   }