blob: aadea713dc623b524097852a8573c0a5160ee749 [file] [log] [blame]
{
"name": "FacebookSDK",
"version": "5.13.1",
"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": "8.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "v5.13.1"
},
"ios": {
"weak_frameworks": [
"Accounts",
"CoreLocation",
"Social",
"Security",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox",
"WebKit"
]
},
"tvos": {
"weak_frameworks": [
"CoreLocation",
"Security",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox"
]
},
"requires_arc": true,
"default_subspecs": [
"CoreKit",
"MarketingKit"
],
"subspecs": [
{
"name": "CoreKit",
"dependencies": {
"FBSDKCoreKit": [
"~> 5.0"
]
}
},
{
"name": "LoginKit",
"dependencies": {
"FacebookSDK/CoreKit": [
],
"FBSDKLoginKit": [
"~> 5.0"
]
}
},
{
"name": "ShareKit",
"dependencies": {
"FacebookSDK/CoreKit": [
],
"FBSDKShareKit": [
"~> 5.0"
]
}
},
{
"name": "TVOSKit",
"platforms": {
"tvos": "10.0"
},
"dependencies": {
"FacebookSDK/ShareKit": [
],
"FacebookSDK/LoginKit": [
],
"FBSDKTVOSKit": [
"~> 5.0"
]
}
},
{
"name": "PlacesKit",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"FacebookSDK/CoreKit": [
],
"FBSDKPlacesKit": [
"~> 5.0"
]
}
},
{
"name": "MarketingKit",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"FacebookSDK/CoreKit": [
],
"FBSDKMarketingKit": [
"~> 5.0"
]
}
}
]
}