blob: d251692a6868dec8424860450d661eb705b49129 [file] [log] [blame]
{
"name": "BackandParseFacebookUtilsV4",
"version": "0.1.0",
"license": {
"type": "Commercial",
"text": "See https://www.parse.com/about/terms"
},
"homepage": "https://www.backand.com/",
"summary": "Identical to ParseFacebookUtilsV4 but using Backand which is a Parse SDK adapted to Backand.com.",
"description": "BackandParseFacebookUtilsV4 is using Backand which is a Parse SDK adapted to Backand.com. In every other way, this is identical to ParseFacebookUtilsV4.",
"authors": "Parse",
"source": {
"git": "https://github.com/Juddster/BackandParseFacebookUtils-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"public_header_files": "ParseFacebookUtils/*.h",
"source_files": "ParseFacebookUtils/**/*.{h,m}",
"ios": {
"exclude_files": "ParseFacebookUtils/Internal/AuthenticationProvider/tvOS/**/*.{h,m}",
"weak_frameworks": [
"Accounts",
"Social"
],
"dependencies": {
"FBSDKLoginKit": [
"~> 4.10"
]
}
},
"tvos": {
"exclude_files": "ParseFacebookUtils/Internal/AuthenticationProvider/iOS/**/*.{h,m}",
"dependencies": {
"FBSDKTVOSKit": [
"~> 4.10"
]
}
},
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.6"
],
"Backand": [
">= 0.1.1"
],
"FBSDKCoreKit": [
"~> 4.10"
]
}
}