[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / 1 / GASocialLogin / 2.6.0 / GASocialLogin.podspec.json
blob633cce1583b1fa73f4906986ca0c18c8f659c382
2   "name": "GASocialLogin",
3   "version": "2.6.0",
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.0"
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       "platforms": {
80         "ios": "13.0"
81       },
82       "frameworks": "AuthenticationServices",
83       "dependencies": {
84         "GASocialLogin/Core": [
86         ]
87       }
88     }
89   ],
90   "swift_version": "5.0"