File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
3434 s . ios . framework = 'UIKit'
3535 s . osx . framework = 'AppKit'
3636 s . dependency 'AppCheckCore' , '~> 11.0'
37- s . dependency 'AppAuth' , '>= 1.7.3' , '< 2.0'
38- s . dependency 'GTMAppAuth' , '>= 4.1.1' , '< 5.0'
37+ s . dependency 'AppAuth' , '~> 2.0'
38+ s . dependency 'GTMAppAuth' , '~> 5.0'
3939 s . dependency 'GTMSessionFetcher/Core' , '~> 3.3'
4040 s . resource_bundle = {
4141 'GoogleSignIn' => [ 'GoogleSignIn/Sources/{Resources,Strings}/*' ]
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ let package = Package(
4444 . package (
4545 name: " AppAuth " ,
4646 url: " https://github.com/openid/AppAuth-iOS.git " ,
47- from: " 1.7.3 " ) ,
47+ from: " 2.0.0 " ) ,
4848 . package (
4949 name: " AppCheck " ,
5050 url: " https://github.com/google/app-check.git " ,
5151 from: " 11.0.0 " ) ,
5252 . package (
5353 name: " GTMAppAuth " ,
54- url: " https://github.com/google /GTMAppAuth.git " ,
55- from: " 4.1.1 " ) ,
54+ url: " https://github.com/brnnmrls /GTMAppAuth.git " ,
55+ from: " 5.0.0 " ) ,
5656 . package (
5757 name: " GTMSessionFetcher " ,
5858 url: " https://github.com/google/gtm-session-fetcher.git " ,
You can’t perform that action at this time.
0 commit comments