blob: 4f75dd84167c5face003ac65db118727909c3877 [file] [log] [blame]
{
"name": "AFNetworking-PromiseKit",
"version": "0.2.3",
"summary": "AFNetworking category for PromiseKit",
"description": " Wrapper for the AFHTTPRequestOperation class to\n return a PromiseKit promise.\n\n Promises clean up the structure of code and\n provide better data flow and error handling\n especially when using asynchronous methods.\n",
"homepage": "https://github.com/cmckni3/AFNetworking-PromiseKit",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Chris McKnight": "cmckni3@gmail.com"
},
"social_media_url": "https://twitter.com/cmckni3",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/cmckni3/AFNetworking-PromiseKit.git",
"tag": "0.2.3"
},
"source_files": "AFNetworking-PromiseKit",
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 1.5"
],
"AFNetworking": [
"~> 1"
]
}
}