[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / b / LRSDK / 3.2.0 / LRSDK.podspec.json
blob264796336b66411d56baa92dc2c6da2594a43494
2   "name": "LRSDK",
3   "version": "3.2.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     {
10       "LoginRadius": "support@loginradius.com"
11     },
12     {
13       "Raviteja Ghanta": "ravi@loginradius.com"
14     }
15   ],
16   "social_media_url": "https://twitter.com/LoginRadius",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://github.com/LoginRadius/ios-sdk.git",
22     "tag": "3.2.0"
23   },
24   "source_files": "LRSDK/**/*.{h,m}",
25   "dependencies": {
26     "FBSDKLoginKit": [
27       "~> 4.16"
28     ]
29   },
30   "ios": {
31     "frameworks": [
32       "Foundation",
33       "UIKit",
34       "SystemConfiguration",
35       "Social",
36       "Accounts"
37     ]
38   },
39   "requires_arc": [
40     "LRSDK/Classes/*.{h,m}",
41     "LRSDK/FacebookNative/*.{h,m}",
42     "LRSDK/RegistrationService/*.{h,m}",
43     "LRSDK/SocialLogin/*.{h,m}",
44     "LRSDK/TwitterNative/*.{h,m}"
45   ],
46   "deprecated": true