blob: cc1b8dc8ec55af3ff437577326fb78398bbbfc10 [file] [log] [blame]
{
"name": "LoginRadiusSDK",
"version": "5.0.0",
"summary": "Official LoginRadius SDK for iOS to integrate User Registration Service or Social Login in your app.",
"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",
"homepage": "https://github.com/LoginRadius/ios-sdk/",
"license": "MIT",
"authors": {
"LoginRadius": "support@loginradius.com"
},
"social_media_url": "https://twitter.com/LoginRadius",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LoginRadius/ios-sdk.git",
"tag": "5.0.0"
},
"source_files": [
"Sources/**/*.{h,m}"
],
"dependencies": {
"FBSDKLoginKit": [
"~> 4.27"
],
"OAuthCore": [
"~> 0.0.1"
],
"SimpleKeychain": [
"~> 0.7.0"
]
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Social",
"Accounts",
"SafariServices"
]
}
}