Skip to content

Commit 8af6100

Browse files
authored
Update dependencies to allow GTMSessionFetcher 2.x (#207)
* Update podspec deps to allow GTMSessionFetcher 2.x * Update SPM deps to allow GTMSessionFetcher 2.x
1 parent 8345fcc commit 8af6100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoogleSignIn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)