blob: 57b92aed6788bc0ead1d1c436f35a004a3c98aef [file] [log] [blame]
{
"name": "FacebookLogin",
"version": "0.3.1",
"authors": "Facebook",
"homepage": "https://developers.facebook.com/docs/swift",
"documentation_url": "https://developers.facebook.com/docs/swift/sdk-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.3.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": [
"~> 0.3.1"
],
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.33"
],
"FBSDKLoginKit": [
"~> 4.33"
]
}
}
}