[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / b / 3 / KDSocialLoginManager / 0.1.1 / KDSocialLoginManager.podspec.json
blob939277970cc52736a8b13c406bcf8d19821b333e
2   "name": "KDSocialLoginManager",
3   "version": "0.1.1",
4   "summary": "A short description of KDSocialLoginManager.",
5   "description": "POC : This repository holds the social login in iOS with multiple platforms and multiple schemes of login using OAuth 2.0 as well as login with Facebook, LinkedIn, Google directly. One can directly leverage framework as ready reckoner to support multiple social login on any platform.",
6   "homepage": "https://github.com/kuldeepbhatt/KDSocialLoginManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kuldeepbhatt": "bhatt.it2010@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kuldeepbhatt/KDSocialLoginManager.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "KDSocialLoginManager/Classes/**/*",
22   "xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "AppAuth": [
29     ],
30     "UICKeyChainStore": [
31       "~> 2.1.2"
32     ],
33     "Alamofire": [
34       "~> 4.0"
35     ],
36     "FacebookCore": [
38     ],
39     "FacebookLogin": [
41     ],
42     "FacebookShare": [
44     ],
45     "GoogleSignIn": [
47     ]
48   }