From 987350af2682974c4eae06f3d235b20dcfdfb0ae Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Thu, 19 May 2022 00:11:34 -0700 Subject: [PATCH] Simplify GTMAppAuth dependency spec. (#139) --- GoogleSignIn.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index eb7ba7e6..bb0f78d0 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -33,7 +33,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th s.ios.framework = 'UIKit' s.osx.framework = 'AppKit' s.dependency 'AppAuth', '~> 1.5' - s.dependency 'GTMAppAuth', '>= 1.3.0', '< 2.0' + s.dependency 'GTMAppAuth', '~> 1.3' s.dependency 'GTMSessionFetcher/Core', '~> 1.1' s.resource_bundle = { 'GoogleSignIn' => ['GoogleSignIn/Sources/{Resources,Strings}/*']