[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 7 / 3 / DTSocialMediaLogin / 0.0.1 / DTSocialMediaLogin.podspec.json
blob6d8818c0fd159b604d3fc086bb8b48120628ee6b
2   "name": "DTSocialMediaLogin",
3   "version": "0.0.1",
4   "summary": "Handle Login with Facebook, Google, and Twitter",
5   "description": "Handle iOS app login with Twitter, Facebook and Google with ease.",
6   "homepage": "https://github.com/didats/DTSocialMediaLogin",
7   "license": "MIT",
8   "authors": {
9     "Didats Triadi": "didats@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/didats/DTSocialMediaLogin.git",
16     "tag": "0.0.1"
17   },
18   "swift_versions": "5.0",
19   "source_files": "Source/**/*.swift",
20   "static_framework": true,
21   "dependencies": {
22     "FBSDKCoreKit": [
23       "~> 5.2.3"
24     ],
25     "FBSDKLoginKit": [
26       "~> 5.2.3"
27     ],
28     "GoogleSignIn": [
29       "~> 4.4.0"
30     ],
31     "OAuthSwift": [
32       "~> 2.0.0"
33     ]
34   },
35   "swift_version": "5.0"