[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / 1 / GASocialLogin / 2.3.1 / GASocialLogin.podspec.json
blob2a8030ffe0f4f7ff0f760d04690becfb6f6cab3a
2   "name": "GASocialLogin",
3   "version": "2.3.1",
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.3.1"
17   },
18   "swift_version": "4.2",
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           "~> 4.38"
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": [
51         "GASocialLogin/ExternalVendors/Google/GoogleSignIn.framework",
52         "GASocialLogin/ExternalVendors/Google/GoogleSignInDependencies.framework"
53       ],
54       "frameworks": [
55         "UIKit",
56         "LocalAuthentication",
57         "SafariServices",
58         "SystemConfiguration"
59       ],
60       "dependencies": {
61         "GASocialLogin/Core": [
63         ]
64       }
65     }
66   ]