[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 7 / LoginRadiusSDK / 5.4.1 / LoginRadiusSDK.podspec.json
blob905e44afc9defc50ced909b237046ab965924ede
2   "name": "LoginRadiusSDK",
3   "version": "5.4.1",
4   "summary": "Official LoginRadius SDK for iOS to integrate User Registration Service or Social Login in your app.",
5   "description": "LoginRadius is an Identity Management Platform that simplifies user registration and social login while securing data.\n\nThe SDK provides the following\n\n* Traditional User Registration and Login services.\n* Social login with various social network providers.\n* Native facebook and twitter login",
6   "homepage": "https://github.com/LoginRadius/ios-sdk/",
7   "license": "MIT",
8   "authors": {
9     "LoginRadius": "support@loginradius.com"
10   },
11   "social_media_url": "https://twitter.com/LoginRadius",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/LoginRadius/ios-sdk.git",
17     "tag": "5.4.1"
18   },
19   "source_files": [
20     "Sources/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "FBSDKLoginKit": [
24       "~> 5.0"
25     ],
26     "SimpleKeychain": [
27       "~> 0.7.0"
28     ]
29   },
30   "ios": {
31     "frameworks": [
32       "Foundation",
33       "UIKit",
34       "SystemConfiguration",
35       "Social",
36       "Accounts",
37       "SafariServices"
38     ]
39   }