Skip to content

Commit

Permalink
fix(ios): pin GoogleSignIn dep to 7.0.0 (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Mar 27, 2024
1 parent 735c8fb commit 243ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNGoogleSignin.podspec
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"
s.dependency "GoogleSignIn", "~> 7.0"
s.dependency "GoogleSignIn", "~> 7.0.0"
end

0 comments on commit 243ab99

Please sign in to comment.