[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / b / RestKit-PromiseKit / 0.2.0 / RestKit-PromiseKit.podspec.json
blob1c6f69b4559c358ac97e45919ad4211d50428b55
2   "name": "RestKit-PromiseKit",
3   "version": "0.2.0",
4   "summary": "RestKit category for PromiseKit",
5   "description": "                               Wrapper for the RKObjectManager 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/RestKit-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   },
18   "source": {
19     "git": "https://github.com/cmckni3/RestKit-PromiseKit.git",
20     "tag": "0.2.0"
21   },
22   "source_files": "RestKit-PromiseKit",
23   "requires_arc": true,
24   "dependencies": {
25     "PromiseKit": [
26       "~> 1.5"
27     ],
28     "RestKit": [
29       "~> 0.20"
30     ]
31   }