google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
506 stars 201 forks source link

Update SignInSample Podfile minimum iOS version #355

Closed mdmathias closed 10 months ago

mdmathias commented 10 months ago

This change updates the Podfile's minimum iOS version to match the Firebase App Check minimum iOS version to match what is now in GoogleSignIn.podspec. Without this change, would produce a warning in the console about GoogleSignIn.podspec having a higher minimum iOS version than this sample.

Fixes #354.