[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / 1 / GASocialLogin / 2.6.2 / GASocialLogin.podspec.json
blobb05a41cbfa044dd95bb855c4b3e22166885ddea1
2   "name": "GASocialLogin",
3   "version": "2.6.2",
4   "summary": "Easy social media log in",
5   "description": "Easy social media log in.",
6   "homepage": "https://github.com/Gini-Apps/GASocialLogin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "idoMeirov": "idom@gini-apps.com"
13   },
14   "source": {
15     "git": "https://github.com/Gini-Apps/GASocialLogin.git",
16     "tag": "2.6.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": "UIKit",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "GASocialLogin/Core/**/*"
28     },
29     {
30       "name": "Facebook",
31       "source_files": "GASocialLogin/Facebook/**/*",
32       "dependencies": {
33         "GASocialLogin/Core": [
35         ],
36         "FBSDKLoginKit": [
37           "~> 7.1.1"
38         ]
39       }
40     },
41     {
42       "name": "Google",
43       "source_files": "GASocialLogin/Google/**/*",
44       "pod_target_xcconfig": {
45         "OTHER_SWIFT_FLAGS": "$(inherited) -DSYNCSERVER_GOOGLE_SIGNIN",
46         "OTHER_LDFLAGS": "$(inherited) -ObjC"
47       },
48       "resources": "GASocialLogin/Assets/Google/GoogleSignIn.bundle",
49       "preserve_paths": "GASocialLogin/ExternalVendors/Google/*.framework",
50       "vendored_frameworks": "GASocialLogin/ExternalVendors/Google/GoogleSignIn.framework",
51       "frameworks": [
52         "UIKit",
53         "CoreGraphics",
54         "CoreText",
55         "Foundation",
56         "LocalAuthentication",
57         "Security",
58         "SystemConfiguration",
59         "SafariServices"
60       ],
61       "dependencies": {
62         "GASocialLogin/Core": [
64         ],
65         "AppAuth": [
66           "~> 1.4.0"
67         ],
68         "GTMAppAuth": [
69           "~> 1.0.0"
70         ],
71         "GTMSessionFetcher/Core": [
72           "~> 1.4.0"
73         ]
74       }
75     },
76     {
77       "name": "Apple",
78       "source_files": "GASocialLogin/Apple/**/*",
79       "frameworks": "AuthenticationServices",
80       "dependencies": {
81         "GASocialLogin/Core": [
83         ]
84       }
85     }
86   ],
87   "swift_version": "5.0"