blob: 6fe76d5045a17c24c88dfb2420a38f2273236e82 [file] [log] [blame]
{
"name": "FacebookSDK",
"version": "9.2.0",
"summary": "Official Facebook SDK for iOS to access Facebook Platform",
"description": "The Facebook SDK for iOS enables you to use Facebook's Platform such as:\n* Facebook Login to easily sign in users.\n* Sharing features like the Share or Message Dialog to grow your app.\n* Simpler Graph API access to provide more social context.",
"homepage": "https://developers.facebook.com/docs/ios/",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"source": {
"http": "https://github.com/facebook/facebook-ios-sdk/releases/download/v9.2.0/FacebookSDK_Static.zip"
},
"ios": {
"weak_frameworks": [
"Accounts",
"Social",
"Security",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox",
"WebKit"
]
},
"tvos": {
"weak_frameworks": [
"Security",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "CoreKit",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"subspecs": [
{
"name": "CoreKit",
"dependencies": {
"FBSDKCoreKit": [
"~> 9.2.0"
]
}
},
{
"name": "LoginKit",
"dependencies": {
"FacebookSDK/CoreKit": [
]
},
"ios": {
"vendored_frameworks": "FBSDKLoginKit.framework"
},
"tvos": {
"vendored_frameworks": "tv/FBSDKLoginKit.framework"
}
},
{
"name": "ShareKit",
"dependencies": {
"FacebookSDK/CoreKit": [
]
},
"ios": {
"vendored_frameworks": "FBSDKShareKit.framework"
},
"tvos": {
"vendored_frameworks": "tv/FBSDKShareKit.framework"
}
},
{
"name": "TVOSKit",
"platforms": {
"tvos": "10.0"
},
"dependencies": {
"FacebookSDK/ShareKit": [
],
"FacebookSDK/LoginKit": [
]
},
"vendored_frameworks": "tv/FBSDKTVOSKit.framework"
}
],
"swift_version": "5.0"
}