blob: 8464bb71755d774dd9fd2b817904ddf52e175327 [file] [log] [blame]
{
"name": "Parse+PromiseKit",
"version": "0.9.2",
"source": {
"git": "https://github.com/hathway/Parse-PromiseKit.git",
"tag": "v0.9.2"
},
"summary": "A PromiseKit category for the Parse SDK.",
"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",
"homepage": "https://github.com/hathway/Parse-PromiseKit",
"license": "Apache License, Version 2.0",
"authors": {
"DJ Tarazona": "dj@wearehathway.com",
"HATHWAY": "hello@wearehathway.com"
},
"social_media_url": "https://twitter.com/weareHATHWAY",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"default_subspecs": "Parse",
"subspecs": [
{
"name": "Base",
"source_files": "PMKPFMacros.h",
"dependencies": {
"PromiseKit/base": [
]
},
"frameworks": "Foundation"
},
{
"name": "Parse",
"source_files": "Parse+PromiseKit.{h,m}",
"public_header_files": "Parse+PromiseKit.h",
"dependencies": {
"Parse+PromiseKit/Base": [
]
},
"ios": {
"dependencies": {
"Parse": [
"~> 1.3"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse\""
}
},
"osx": {
"dependencies": {
"Parse-OSX": [
"~> 1.3"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse-OSX\""
}
}
},
{
"name": "FacebookUtils",
"platforms": {
"ios": null
},
"source_files": "ParseFacebookUtils+PromiseKit.{h,m}",
"public_header_files": "ParseFacebookUtils+PromiseKit.h",
"dependencies": {
"Parse+PromiseKit/Base": [
],
"ParseFacebookUtils": [
"~> 1.3"
]
},
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ParseFacebookUtils\""
}
}
}
]
}