From 3ae9186305e1b44880bee4b365cbab1547455a8f Mon Sep 17 00:00:00 2001 From: Florian Wachter <6311736+FloWachter@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:21:08 +0100 Subject: [PATCH] Fix: Update GoogleSignIn dependency to ~> 7.0 for compatibility --- CodetrixStudioCapacitorGoogleAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodetrixStudioCapacitorGoogleAuth.podspec b/CodetrixStudioCapacitorGoogleAuth.podspec index 6432925..b125134 100644 --- a/CodetrixStudioCapacitorGoogleAuth.podspec +++ b/CodetrixStudioCapacitorGoogleAuth.podspec @@ -10,6 +10,6 @@ s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '12.0' s.dependency 'Capacitor' - s.dependency 'GoogleSignIn', '~> 6.2.4' + s.dependency 'GoogleSignIn', '~> 7.0' s.static_framework = true end