Require min Cocoapods version to be v1.2.0

pull/13196/head
Muxi Yan 7 years ago
parent 8afaf61fea
commit 3d2081b09a
  1. 4
      gRPC-Core.podspec
  2. 4
      gRPC-ProtoRPC.podspec
  3. 4
      gRPC-RxLibrary.podspec
  4. 4
      gRPC.podspec
  5. 4
      src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
  6. 4
      templates/gRPC-Core.podspec.template
  7. 4
      templates/gRPC-ProtoRPC.podspec.template
  8. 4
      templates/gRPC-RxLibrary.podspec.template
  9. 4
      templates/gRPC.podspec.template
  10. 4
      templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template

@ -34,6 +34,10 @@ Pod::Spec.new do |s|
:tag => "v#{version}",
}
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.requires_arc = false

@ -28,6 +28,10 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",

@ -28,6 +28,10 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",

@ -27,6 +27,10 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",

@ -95,6 +95,10 @@ Pod::Spec.new do |s|
# :sha1 => '??',
}
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
repo_root = '../..'
plugin = 'grpc_objective_c_plugin'

@ -61,6 +61,10 @@
:tag => "v#{version}",
}
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.requires_arc = false

@ -30,6 +30,10 @@
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",

@ -30,6 +30,10 @@
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",

@ -29,6 +29,10 @@
s.license = 'Apache License, Version 2.0'
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",

@ -97,6 +97,10 @@
# :sha1 => '??',
}
# gRPC podspecs depend on fix for https://github.com/CocoaPods/CocoaPods/issues/6024,
# which was released in Cocoapods v1.2.0.
s.cocoapods_version = '>= 1.2.0'
repo_root = '../..'
plugin = 'grpc_objective_c_plugin'

Loading…
Cancel
Save