2 "name": "GoogleSignIn",
4 "summary": "Enables iOS apps to sign in with Google.",
5 "description": "The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.",
6 "homepage": "https://developers.google.com/identity/sign-in/ios/",
11 "authors": "Google LLC",
13 "git": "https://github.com/google/GoogleSignIn-iOS.git",
20 "prefix_header_file": false,
22 "GoogleSignIn/Sources/**/*.[mh]"
24 "public_header_files": [
25 "GoogleSignIn/Sources/Public/GoogleSignIn/*.h"
31 "LocalAuthentication",
38 "frameworks": "AppKit"
47 "GTMSessionFetcher/Core": [
53 "GoogleSignIn/Sources/{Resources,Strings}/*"
56 "pod_target_xcconfig": {
57 "GCC_PREPROCESSOR_DEFINITIONS": "GID_SDK_VERSION=6.2.2",
58 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
59 "DEFINES_MODULE": "YES",
60 "COMBINE_HIDPI_IMAGES": "NO"
71 "GoogleSignIn/Tests/Unit/**/*.[mh]"
73 "requires_app_host": true,
78 "GoogleUtilities/MethodSwizzler": [
81 "GoogleUtilities/SwizzlerTestHelpers": [