blob: a29257500f422b0066d3b781ecff0dd09751d985 [file] [log] [blame]
{
"name": "FBSDKLoginKit",
"version": "6.3.0",
"summary": "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API",
"description": "The Facebook SDK for iOS LoginKit framework provides:\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": "v6.3.0"
},
"ios": {
"weak_frameworks": [
"Accounts",
"Social",
"Security",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox"
]
},
"tvos": {
"weak_frameworks": [
"AudioToolbox",
"CoreGraphics",
"Foundation",
"QuartzCore",
"Security",
"UIKit"
]
},
"requires_arc": true,
"default_subspecs": "Login",
"swift_versions": "5.0",
"prefix_header_contents": "#define FBSDKCOCOAPODS",
"subspecs": [
{
"name": "Login",
"dependencies": {
"FBSDKCoreKit": [
"~> 6.3.0"
]
},
"exclude_files": "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
"source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
"public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
},
{
"name": "Swift",
"dependencies": {
"FBSDKCoreKit/Swift": [
"~> 6.3.0"
],
"FBSDKLoginKit/Login": [
]
},
"exclude_files": "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift",
"source_files": "FBSDKLoginKit/FBSDKLoginKit/Swift/*.{swift}"
}
],
"swift_version": "5.0"
}