Skip to content

Commit 1c4bbe5

Browse files
committed
Lock GoogleSignIn version to something compatible with this lib
1 parent 0e097c4 commit 1c4bbe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CodetrixStudioCapacitorGoogleAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1111
s.ios.deployment_target = '11.0'
1212
s.dependency 'Capacitor'
13-
s.dependency 'GoogleSignIn'
13+
s.dependency 'GoogleSignIn', '< 5'
1414
s.static_framework = true
1515
end

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'Plugin' do
66
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
77
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
88

9-
pod 'GoogleSignIn'
9+
pod 'GoogleSignIn', '< 5'
1010

1111
end
1212

0 commit comments

Comments
 (0)