File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
3434 s . osx . framework = 'AppKit'
3535 s . dependency 'AppAuth' , '~> 1.5'
3636 s . dependency 'GTMAppAuth' , '~> 1.3'
37- s . dependency 'GTMSessionFetcher/Core' , '~> 1.1'
37+ s . dependency 'GTMSessionFetcher/Core' , '>= 1.1' , '< 3.0 '
3838 s . resource_bundle = {
3939 'GoogleSignIn' => [ 'GoogleSignIn/Sources/{Resources,Strings}/*' ]
4040 }
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ let package = Package(
5252 . package (
5353 name: " GTMSessionFetcher " ,
5454 url: " https://github.com/google/gtm-session-fetcher.git " ,
55- " 1.5.0 " ..< " 2 .0.0" ) ,
55+ " 1.5.0 " ..< " 3 .0.0" ) ,
5656 . package (
5757 name: " OCMock " ,
5858 url: " https://github.com/firebase/ocmock.git " ,
You can’t perform that action at this time.
0 commit comments