blob: cf821a1c80a1f809024b7fe317e955fb06f25e9f [file] [log] [blame]
{
"name": "FacebookLogin",
"version": "0.4.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.4.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.4"
],
"Bolts": [
"~> 1.9"
],
"FBSDKCoreKit": [
"~> 4.36"
],
"FBSDKLoginKit": [
"~> 4.36"
]
}
}
}