[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 3 / 7 / LoginRadiusSDK / 3.3 / LoginRadiusSDK.podspec.json
blobe3f40170995b9fc5db5bd80ea1facf7377a6dd23
2   "name": "LoginRadiusSDK",
3   "version": "3.3",
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.3"
23   },
24   "source_files": [
25     "Core/**/*.{h,m}",
26     "FacebookNative/*.{h,m}",
27     "RegistrationService/*.{h,m}",
28     "SocialLogin/*.{h,m}",
29     "TwitterNative/**/*.{h,m}",
30     "TouchID/*.{h,m}"
31   ],
32   "dependencies": {
33     "FBSDKLoginKit": [
34       "~> 4.16"
35     ],
36     "AFNetworking": [
37       "~> 3.1"
38     ],
39     "OAuthCore": [
40       "~> 0.0.1"
41     ]
42   },
43   "ios": {
44     "frameworks": [
45       "Foundation",
46       "UIKit",
47       "SystemConfiguration",
48       "Social",
49       "Accounts",
50       "SafariServices"
51     ]
52   }