2 "name": "Parse+PromiseKit",
5 "git": "https://github.com/hathway/Parse-PromiseKit.git",
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",
13 "DJ Tarazona": "dj@wearehathway.com",
14 "HATHWAY": "hello@wearehathway.com"
16 "social_media_url": "https://twitter.com/weareHATHWAY",
22 "default_subspecs": "Parse",
26 "source_files": "PMKPFMacros.h",
32 "frameworks": "Foundation"
36 "source_files": "Parse+PromiseKit.{h,m}",
37 "public_header_files": "Parse+PromiseKit.h",
39 "Parse+PromiseKit/Base": [
50 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse\""
60 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse-OSX\""
65 "name": "FacebookUtils",
69 "source_files": "ParseFacebookUtils+PromiseKit.{h,m}",
70 "public_header_files": "ParseFacebookUtils+PromiseKit.h",
72 "Parse+PromiseKit/Base": [
75 "ParseFacebookUtils": [
81 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ParseFacebookUtils\""