blob: 9bc3edea3e7940a0b1d152196a97b0387cdc27ec [file] [log] [blame]
{
"name": "FacebookLogin",
"version": "0.1.0",
"authors": "Facebook",
"homepage": "https://developers.facebook.com/docs/swift",
"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.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": [
],
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.14"
],
"FBSDKLoginKit": [
"~> 4.14"
]
}
}
}