[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 5 / 1 / 7 / AFNetworking-PromiseKit / 0.2.4 / AFNetworking-PromiseKit.podspec.json
blob28d2e54b7ba559b37410d5c15d1b07a0c165129f
2   "name": "AFNetworking-PromiseKit",
3   "version": "0.2.4",
4   "summary": "AFNetworking category for PromiseKit",
5   "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",
6   "homepage": "https://github.com/cmckni3/AFNetworking-PromiseKit",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE"
10   },
11   "authors": {
12     "Chris McKnight": "cmckni3@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/cmckni3",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/cmckni3/AFNetworking-PromiseKit.git",
21     "tag": "0.2.4"
22   },
23   "source_files": "AFNetworking-PromiseKit",
24   "requires_arc": true,
25   "dependencies": {
26     "PromiseKit": [
27       "~> 1.5"
28     ],
29     "AFNetworking": [
30       "~> 1"
31     ]
32   }