[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / 1 / GASocialLogin / 2.6.4 / GASocialLogin.podspec.json
blob24d3aafcc6e4e9875bf623c1fa7bcbdfd6bdd725
2   "name": "GASocialLogin",
3   "version": "2.6.4",
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.4"
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         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s"
48       },
49       "user_target_xcconfig": {
50         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s"
51       },
52       "resources": "GASocialLogin/Assets/Google/GoogleSignIn.bundle",
53       "preserve_paths": "GASocialLogin/ExternalVendors/Google/*.framework",
54       "vendored_frameworks": "GASocialLogin/ExternalVendors/Google/GoogleSignIn.framework",
55       "frameworks": [
56         "UIKit",
57         "CoreGraphics",
58         "CoreText",
59         "Foundation",
60         "LocalAuthentication",
61         "Security",
62         "SystemConfiguration",
63         "SafariServices"
64       ],
65       "dependencies": {
66         "GASocialLogin/Core": [
68         ],
69         "AppAuth": [
70           "~> 1.4.0"
71         ],
72         "GTMAppAuth": [
73           "~> 1.0.0"
74         ],
75         "GTMSessionFetcher/Core": [
76           "~> 1.4.0"
77         ]
78       }
79     },
80     {
81       "name": "Apple",
82       "source_files": "GASocialLogin/Apple/**/*",
83       "frameworks": "AuthenticationServices",
84       "dependencies": {
85         "GASocialLogin/Core": [
87         ]
88       }
89     }
90   ],
91   "swift_version": "5.0"