aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-06-08 17:39:40 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-08 19:21:58 -0700
commit66c8ddd9201f1da0476f5f85ce27c34c867d27d0 (patch)
treefae575d0a73a04de5845ca87d5eea61b298834a5 /templates/gRPC-Core.podspec.template
parent2f46326213a466b24137b60d9a8660cb07ccfe31 (diff)
gRPC-Core.podspec: init submodules, for nanopb
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index efe3738c42..a634d46a48 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -64,6 +64,7 @@
s.source = {
:git => 'https://github.com/grpc/grpc.git',
:tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}",
+ :submodules => true,
}
s.ios.deployment_target = '7.1'