blob: ab69b4b99291e2e6bc122f7d277faba52cc1569a [file] [log] [blame]
{
"name": "LoginRadiusSDK",
"version": "3.3.1",
"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"
},
{
"Raviteja Ghanta": "ravi@loginradius.com"
}
],
"social_media_url": "https://twitter.com/LoginRadius",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LoginRadius/ios-sdk.git",
"tag": "3.3.1"
},
"source_files": [
"Core/**/*.{h,m}",
"FacebookNative/*.{h,m}",
"RegistrationService/*.{h,m}",
"SocialLogin/*.{h,m}",
"TwitterNative/**/*.{h,m}",
"TouchID/*.{h,m}"
],
"dependencies": {
"FBSDKLoginKit": [
"~> 4.16"
],
"AFNetworking": [
"~> 3.1"
],
"OAuthCore": [
"~> 0.0.1"
]
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Social",
"Accounts",
"SafariServices"
]
}
}