Przeglądaj źródła

Simplify GTMAppAuth dependency spec. (#139)

Peter Andrews 3 lat temu
rodzic
commit
987350af26
1 zmienionych plików z 1 dodań i 1 usunięć
  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.ios.framework = 'UIKit'
   s.osx.framework = 'AppKit'
   s.osx.framework = 'AppKit'
   s.dependency 'AppAuth', '~> 1.5'
   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.dependency 'GTMSessionFetcher/Core', '~> 1.1'
   s.resource_bundle = {
   s.resource_bundle = {
     'GoogleSignIn' => ['GoogleSignIn/Sources/{Resources,Strings}/*']
     'GoogleSignIn' => ['GoogleSignIn/Sources/{Resources,Strings}/*']