blob: 9197bf6b1ac50dfb7f988e432d09cebc2c66f206 [file] [log] [blame]
{
"name": "ParseFacebookUtilsV4",
"version": "1.11.2",
"license": {
"type": "BSD"
},
"homepage": "http://parseplatform.org/",
"summary": "Parse is a complete technology stack to power your app's backend.",
"authors": "Parse Community",
"social_media_url": "https://twitter.com/ParsePlatform",
"source": {
"git": "https://github.com/ParsePlatform/ParseFacebookUtils-iOS.git",
"tag": "v4-1.11.2"
},
"platforms": {
"ios": "9.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.28.0"
]
}
},
"tvos": {
"exclude_files": "ParseFacebookUtils/Internal/AuthenticationProvider/iOS/**/*.{h,m}",
"dependencies": {
"FBSDKTVOSKit": [
"~> 4.28.0"
],
"FBSDKShareKit": [
"~> 4.28.0"
]
}
},
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
"~> 1.9"
],
"Parse": [
"~> 1.15.1"
],
"FBSDKCoreKit": [
"~> 4.28.0"
]
},
"deprecated_in_favor_of": "Parse/FacebookUtils"
}