blob: 7ef63633192b907c182f40ed85daaf13cbba2a78 [file] [log] [blame]
{
"name": "FacebookLogin",
"version": "0.3.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.3.0"
},
"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"
],
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.27"
],
"FBSDKLoginKit": [
"~> 4.27"
]
}
},
"pushed_with_swift_version": "4.0"
}