[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / b / RestKit-PromiseKit / 0.1.0 / RestKit-PromiseKit.podspec.json
blobc77b230c8f5af0f717904e0449886a730b55bbdb
2   "name": "RestKit-PromiseKit",
3   "version": "0.1.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     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/cmckni3/RestKit-PromiseKit.git",
21     "tag": "0.1.0"
22   },
23   "source_files": "RestKit-PromiseKit",
24   "requires_arc": true,
25   "dependencies": {
26     "PromiseKit": [
27       "~> 1.5"
28     ],
29     "RestKit": [
30       "~> 0.20"
31     ]
32   }