[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 7 / LoginRadiusSDK / 3.5.0 / LoginRadiusSDK.podspec.json
blob484127b5d4ede1162e232041d0e8240fa910c760
2   "name": "LoginRadiusSDK",
3   "version": "3.5.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       "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": "3.5.0",
26     "branch": "api-v1"
27   },
28   "source_files": [
29     "Sources/**/*.{h,m}"
30   ],
31   "dependencies": {
32     "FBSDKLoginKit": [
33       "~> 4.27"
34     ],
35     "AFNetworking": [
36       "~> 3.1"
37     ],
38     "OAuthCore": [
39       "~> 0.0.1"
40     ]
41   },
42   "ios": {
43     "frameworks": [
44       "Foundation",
45       "UIKit",
46       "SystemConfiguration",
47       "Social",
48       "Accounts",
49       "SafariServices"
50     ]
51   }