Skip to content

Commit d509e4c

Browse files
authored
Update AppAuth and GTMAppAuth dependencies. (#517)
1 parent 42cdd22 commit d509e4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

GoogleSignIn.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}/*']

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)