aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-06-29 16:18:43 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-06-29 16:18:43 -0700
commitad272c9d7647e5d51666e190528856f53abaf265 (patch)
tree6eb352387171d4992c05a5fa84a79ec5ec4e1114 /templates/gRPC-Core.podspec.template
parentd89b9e35ee361da33835d8ba8cf8e9fd48ca7725 (diff)
Polish gRPC-Core.podspec
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index 9811742f81..538e1e6490 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -59,8 +59,6 @@
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "v#{version}",
- # TODO(jcanizales): Depend explicitly on the nanopb pod, and disable submodules.
- :submodules => true,
}
s.ios.deployment_target = '7.0'
@@ -138,7 +136,7 @@
ss.libraries = 'z'
ss.dependency "#{s.name}/Interface", version
ss.dependency 'BoringSSL', '~> 8.0'
- ss.dependency 'nanopb'
+ ss.dependency 'nanopb', '~> 0.3'
# To save you from scrolling, this is the last part of the podspec.
ss.source_files = ${ruby_multiline_list(grpc_private_files(libs), 22)}