blob: e19975f51a96427422491ff7623f62dc1eb6ee08 [file] [log] [blame]
{
"name": "ParseFacebookUtilsV4",
"version": "1.10.0",
"license": {
"type": "Commercial",
"text": "See https://www.parse.com/about/terms"
},
"homepage": "https://www.parse.com/",
"summary": "Parse is a complete technology stack to power your app's backend.",
"authors": "Parse",
"source": {
"git": "https://github.com/ParsePlatform/ParseFacebookUtils-iOS.git",
"tag": "v4-1.10.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.9.0-beta"
]
}
},
"tvos": {
"exclude_files": "ParseFacebookUtils/Internal/AuthenticationProvider/iOS/**/*.{h,m}",
"dependencies": {
"FBSDKTVOSKit": [
"~> 4.9.0-beta"
]
}
},
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.5"
],
"Parse": [
"~> 1.11"
],
"FBSDKCoreKit": [
"~> 4.9.0-beta"
]
},
"deprecated_in_favor_of": "Parse/FacebookUtils"
}