Kaynağa Gözat

Packaging cleanup.

Peter Andrews 5 yıl önce
ebeveyn
işleme
767ca19adf
2 değiştirilmiş dosya ile 4 ekleme ve 7 silme
  1. 3 4
      GoogleSignIn.podspec
  2. 1 3
      Package.swift

+ 3 - 4
GoogleSignIn.podspec

@@ -7,10 +7,10 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
                        DESC
                        DESC
   s.homepage         = 'https://developers.google.com/identity/sign-in/ios/'
   s.homepage         = 'https://developers.google.com/identity/sign-in/ios/'
   s.license          = { :type => 'Apache', :file => 'LICENSE' }
   s.license          = { :type => 'Apache', :file => 'LICENSE' }
-  s.authors          = 'Google, Inc.'
+  s.authors          = 'Google LLC'
   s.source           = {
   s.source           = {
-    :git => 'https://developers.google.com/identity/sign-in/ios/',
-    :tag => 'CocoaPods-' + s.version.to_s
+    :git => 'https://github.com/google/GoogleSignIn-iOS.git',
+    :tag => s.version.to_s
   }
   }
   ios_deployment_target = '9.0'
   ios_deployment_target = '9.0'
   s.ios.deployment_target = ios_deployment_target
   s.ios.deployment_target = ios_deployment_target
@@ -34,7 +34,6 @@ The Google Sign-In SDK allows users to sign in with their Google account from th
   s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
   s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
   s.resources = 'GoogleSignIn/Resources/GoogleSignIn.bundle'
   s.resources = 'GoogleSignIn/Resources/GoogleSignIn.bundle'
   s.pod_target_xcconfig = {
   s.pod_target_xcconfig = {
-    'GCC_C_LANGUAGE_STANDARD' => 'c99',
     'GCC_PREPROCESSOR_DEFINITIONS' => 'GID_SDK_VERSION=' + s.version.to_s,
     'GCC_PREPROCESSOR_DEFINITIONS' => 'GID_SDK_VERSION=' + s.version.to_s,
     'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
     'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
   }
   }

+ 1 - 3
Package.swift

@@ -62,7 +62,5 @@ let package = Package(
         .linkedFramework("UIKit"),
         .linkedFramework("UIKit"),
       ]
       ]
     )
     )
-  ],
-  cLanguageStandard: .c99,
-  cxxLanguageStandard: CXXLanguageStandard.gnucxx14
+  ]
 )
 )