aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-11-27 15:43:28 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-11-27 15:43:28 -0800
commit0a5cacae46bf696e6560840652e670068741c606 (patch)
treef9ce9aae192ef180b32ceda6f1e2aa85d29b3816 /templates
parent3d2081b09aa9a11a35ddc602ebf675b5c0f96443 (diff)
Remove changes for podspecs other than gRPC-Core
Diffstat (limited to 'templates')
-rw-r--r--templates/gRPC-ProtoRPC.podspec.template4
-rw-r--r--templates/gRPC-RxLibrary.podspec.template4
-rw-r--r--templates/gRPC.podspec.template4
-rw-r--r--templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template4
4 files changed, 0 insertions, 16 deletions
diff --git a/templates/gRPC-ProtoRPC.podspec.template b/templates/gRPC-ProtoRPC.podspec.template
index bb6d7445e1..4d99f6e19f 100644
--- a/templates/gRPC-ProtoRPC.podspec.template
+++ b/templates/gRPC-ProtoRPC.podspec.template
@@ -30,10 +30,6 @@
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}",
diff --git a/templates/gRPC-RxLibrary.podspec.template b/templates/gRPC-RxLibrary.podspec.template
index 42c50e5e63..de4ee1e438 100644
--- a/templates/gRPC-RxLibrary.podspec.template
+++ b/templates/gRPC-RxLibrary.podspec.template
@@ -30,10 +30,6 @@
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}",
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template
index 9d47aa9562..4b360cfb4c 100644
--- a/templates/gRPC.podspec.template
+++ b/templates/gRPC.podspec.template
@@ -29,10 +29,6 @@
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}",
diff --git a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
index 4af9dc5a8c..196c405468 100644
--- a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
+++ b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
@@ -97,10 +97,6 @@
# :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'