Skip to content

Commit

Permalink
Simplify GTMAppAuth dependency spec. (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
petea committed May 19, 2022
1 parent 3893de8 commit 987350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleSignIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}/*']
Expand Down

0 comments on commit 987350a

Please sign in to comment.