[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 2 / a / MojoAuthSDK / 1.0.0 / MojoAuthSDK.podspec.json
blob25c9f58cafbe4fb9be29162d061e4d80ab8ee8f4
2   "name": "MojoAuthSDK",
3   "version": "1.0.0",
4   "summary": "Official MojoAuth SDK for iOS to integrate User Passwordless Authentication or Social Login in your app.",
5   "description": "MojoAuth is A Complete Passwordless Authentication Solution that simplifies user registration and social login while securing data.\n\nThe SDK provides the following\n\n* Passwordless User Registration and Login services.\n* Native Social login with facebook, google, apple provides.",
6   "homepage": "https://github.com/mojoauth/ios-sdk/",
7   "license": "MIT",
8   "authors": {
9     "MojoAuth": "support@mojoauth.com"
10   },
11   "social_media_url": "https://twitter.com/MojoAuth",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "static_framework": true,
16   "source": {
17     "git": "https://github.com/mojoauth/ios-sdk.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "Sources/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "FBSDKLoginKit": [
25       "~> 9.0"
26     ]
27   },
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "UIKit",
32       "SystemConfiguration",
33       "Social",
34       "Accounts",
35       "SafariServices"
36     ]
37   }