blob: 8e2fdfb698a8e76935c2c15d41b95dd3c8ed04da [file] [log] [blame]
{
"name": "FacebookLogin",
"version": "0.5.0",
"authors": "Facebook",
"homepage": "https://developers.facebook.com/docs/swift",
"documentation_url": "https://developers.facebook.com/docs/swift/reference",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"summary": "Official Facebook SDK in Swift to integrate with Facebook Login.",
"source": {
"git": "https://github.com/facebook/facebook-sdk-swift.git",
"tag": "0.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Sources/Login/**/*.swift",
"exclude_files": "Sources/Login/LoginManager.DefaultAudience.swift",
"module_name": "FacebookLogin",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.5"
],
"Bolts": [
"~> 1.9"
],
"FBSDKCoreKit": [
"~> 4.37"
],
"FBSDKLoginKit": [
"~> 4.37"
]
}
}
}