[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 7 / LoginRadiusSDK / 4.1.1 / LoginRadiusSDK.podspec.json
blobac1bc065c6c287eb35d0fd885645424ee2531349
2   "name": "LoginRadiusSDK",
3   "version": "4.1.1",
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       "Thompson Sanjoto": "thompson.sanjoto@loginradius.com"
17     }
18   ],
19   "social_media_url": "https://twitter.com/LoginRadius",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/LoginRadius/ios-sdk.git",
25     "tag": "4.1.1"
26   },
27   "source_files": [
28     "Sources/**/*.{h,m}"
29   ],
30   "dependencies": {
31     "FBSDKLoginKit": [
32       "~> 4.27"
33     ],
34     "AFNetworking": [
35       "~> 3.1"
36     ],
37     "OAuthCore": [
38       "~> 0.0.1"
39     ],
40     "SimpleKeychain": [
41       "~> 0.7.0"
42     ]
43   },
44   "ios": {
45     "frameworks": [
46       "Foundation",
47       "UIKit",
48       "SystemConfiguration",
49       "Social",
50       "Accounts",
51       "SafariServices"
52     ]
53   }