Ver código fonte

Simplify GTMAppAuth dependency spec. (#139)

Peter Andrews 3 anos atrás
pai
commit
987350af26
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      GoogleSignIn.podspec

+ 1 - 1
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}/*']