blob: 7a6e8dce2562ab65df453623d81da01b4513eb3c [file] [log] [blame]
{
"name": "FacebookLogin",
"version": "0.1.1",
"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.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Login/**/*.swift",
"exclude_files": "Sources/Login/LoginManager.DefaultAudience.swift",
"module_name": "FacebookLogin",
"ios": {
"dependencies": {
"FacebookCore": [
],
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.14"
],
"FBSDKLoginKit": [
"~> 4.14"
]
}
}
}