[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 0 / Parse+PromiseKit / 0.9.2 / Parse+PromiseKit.podspec.json
blob8464bb71755d774dd9fd2b817904ddf52e175327
2   "name": "Parse+PromiseKit",
3   "version": "0.9.2",
4   "source": {
5     "git": "https://github.com/hathway/Parse-PromiseKit.git",
6     "tag": "v0.9.2"
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": "Apache License, Version 2.0",
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": "6.0",
19     "osx": "10.7"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Parse",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "PMKPFMacros.h",
27       "dependencies": {
28         "PromiseKit/base": [
30         ]
31       },
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "Parse",
36       "source_files": "Parse+PromiseKit.{h,m}",
37       "public_header_files": "Parse+PromiseKit.h",
38       "dependencies": {
39         "Parse+PromiseKit/Base": [
41         ]
42       },
43       "ios": {
44         "dependencies": {
45           "Parse": [
46             "~> 1.3"
47           ]
48         },
49         "xcconfig": {
50           "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse\""
51         }
52       },
53       "osx": {
54         "dependencies": {
55           "Parse-OSX": [
56             "~> 1.3"
57           ]
58         },
59         "xcconfig": {
60           "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse-OSX\""
61         }
62       }
63     },
64     {
65       "name": "FacebookUtils",
66       "platforms": {
67         "ios": null
68       },
69       "source_files": "ParseFacebookUtils+PromiseKit.{h,m}",
70       "public_header_files": "ParseFacebookUtils+PromiseKit.h",
71       "dependencies": {
72         "Parse+PromiseKit/Base": [
74         ],
75         "ParseFacebookUtils": [
76           "~> 1.3"
77         ]
78       },
79       "ios": {
80         "xcconfig": {
81           "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ParseFacebookUtils\""
82         }
83       }
84     }
85   ]