Skip to content

Commit 987350a

Browse files
authored
Simplify GTMAppAuth dependency spec. (#139)
1 parent 3893de8 commit 987350a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleSignIn.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
3333
s.ios.framework = 'UIKit'
3434
s.osx.framework = 'AppKit'
3535
s.dependency 'AppAuth', '~> 1.5'
36-
s.dependency 'GTMAppAuth', '>= 1.3.0', '< 2.0'
36+
s.dependency 'GTMAppAuth', '~> 1.3'
3737
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
3838
s.resource_bundle = {
3939
'GoogleSignIn' => ['GoogleSignIn/Sources/{Resources,Strings}/*']

0 commit comments

Comments
 (0)