2 "name": "GASocialLogin",
4 "summary": "Easy social media log in",
5 "description": "Easy social media log in.",
6 "homepage": "https://github.com/Gini-Apps/GASocialLogin",
12 "idoMeirov": "idom@gini-apps.com"
15 "git": "https://github.com/Gini-Apps/GASocialLogin.git",
18 "swift_versions": "5.0",
22 "frameworks": "UIKit",
23 "default_subspecs": "Core",
27 "source_files": "GASocialLogin/Core/**/*"
31 "source_files": "GASocialLogin/Facebook/**/*",
33 "GASocialLogin/Core": [
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"
49 "user_target_xcconfig": {
50 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s"
52 "resources": "GASocialLogin/Assets/Google/GoogleSignIn.bundle",
53 "preserve_paths": "GASocialLogin/ExternalVendors/Google/*.framework",
54 "vendored_frameworks": "GASocialLogin/ExternalVendors/Google/GoogleSignIn.framework",
60 "LocalAuthentication",
62 "SystemConfiguration",
66 "GASocialLogin/Core": [
75 "GTMSessionFetcher/Core": [
82 "source_files": "GASocialLogin/Apple/**/*",
83 "frameworks": "AuthenticationServices",
85 "GASocialLogin/Core": [
91 "swift_version": "5.0"