Skip to content

Commit

Permalink
podspec update for GSI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 23, 2024
1 parent 5f79644 commit e7cf63d
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 372 deletions.
2 changes: 1 addition & 1 deletion FirebaseGoogleAuthUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.dependency 'FirebaseAuth'
s.dependency 'FirebaseCore'
s.dependency 'FirebaseAuthUI'
s.dependency 'GoogleSignIn', '~> 6.0'
s.dependency 'GoogleSignIn', '~> 7.0'
s.resource_bundles = {
'FirebaseGoogleAuthUI' => ['FirebaseGoogleAuthUI/Sources/{Resources,Strings}/*.{png,lproj}']
}
Expand Down
2 changes: 1 addition & 1 deletion FirebaseGoogleAuthUI/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform :ios, '13.0'
target 'FirebaseGoogleAuthUI' do
use_frameworks!

pod 'GoogleSignIn', '~> 6.0'
pod 'GoogleSignIn', '~> 7.0'
pod 'FirebaseAuthUI', :path => '../'

target 'FirebaseGoogleAuthUITests' do
Expand Down
Loading

0 comments on commit e7cf63d

Please sign in to comment.