blob: 383010aa0c77996a4927c74c32bfc1691fba46d8 [file] [log] [blame]
{
"name": "DTSocialMediaLogin",
"version": "0.0.2",
"summary": "Handle Login with Facebook, Google, and Twitter",
"description": "Handle iOS app login with Twitter, Facebook and Google with ease.",
"homepage": "https://github.com/didats/DTSocialMediaLogin",
"license": "MIT",
"authors": {
"Didats Triadi": "didats@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/didats/DTSocialMediaLogin.git",
"tag": "0.0.2"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"static_framework": true,
"dependencies": {
"FBSDKCoreKit": [
"~> 5.2.3"
],
"FBSDKLoginKit": [
"~> 5.2.3"
],
"GoogleSignIn": [
"~> 4.4.0"
],
"OAuthSwift": [
"~> 2.0.0"
]
},
"swift_version": "5.0"
}