[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 0 / Parse+PromiseKit / 0.9.0 / Parse+PromiseKit.podspec.json
blob2e8288d83f032fe55c355297ec9feaf5d84df8d9
2   "name": "Parse+PromiseKit",
3   "version": "0.9.0",
4   "source": {
5     "git": "https://github.com/hathway/Parse-PromiseKit.git",
6     "tag": "v0.9.0"
7   },
8   "summary": "A PromiseKit category for the Parse SDK.",
9   "description": "                  `Parse+PromiseKit` is a category that adds [PromiseKit](http://promisekit.org/) integration to the\n                  [Parse SDK](https://parse.com/docs/ios_guide).\n\n                  For example, `[object saveInBackground]` becomes `[object promiseSave]`.\n",
10   "homepage": "https://github.com/hathway/Parse-PromiseKit",
11   "license": "GPLv2",
12   "authors": {
13     "DJ Tarazona": "dj@wearehathway.com",
14     "HATHWAY": "hello@wearehathway.com"
15   },
16   "social_media_url": "https://twitter.com/weareHATHWAY",
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.8"
20   },
21   "requires_arc": true,
22   "source_files": "Parse+PromiseKit.{h,m}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "PromiseKit/base": [
27     ]
28   },
29   "ios": {
30     "dependencies": {
31       "Parse-iOS-SDK": [
32         "~> 1.2"
33       ]
34     },
35     "xcconfig": {
36       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse-iOS-SDK\""
37     }
38   },
39   "osx": {
40     "dependencies": {
41       "Parse-OSX-SDK": [
42         "~> 1.2"
43       ]
44     },
45     "xcconfig": {
46       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse-OSX-SDK\""
47     }
48   }