[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 7 / LoginRadiusSDK / 5.1.0 / LoginRadiusSDK.podspec.json
blob77312d71448ce9d618d5596789e67bfb91bf1641
2   "name": "LoginRadiusSDK",
3   "version": "5.1.0",
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.1.0"
18   },
19   "source_files": [
20     "Sources/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "FBSDKLoginKit": [
24       "~> 4.36"
25     ],
26     "OAuthCore": [
27       "~> 0.0.1"
28     ],
29     "SimpleKeychain": [
30       "~> 0.7.0"
31     ]
32   },
33   "ios": {
34     "frameworks": [
35       "Foundation",
36       "UIKit",
37       "SystemConfiguration",
38       "Social",
39       "Accounts",
40       "SafariServices"
41     ]
42   }