aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-C++.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-02-21 18:10:49 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-02-21 18:10:49 -0800
commit6ef0159e8e7d3583035f8ab48bff8cbc5dc4444f (patch)
tree80fa83114b9b8dabaac3488f9f8517207ad6fea6 /templates/gRPC-C++.podspec.template
parentb19c52579671e597f3646407247fb1ee9348aec7 (diff)
Make C++ cocoapods example work
Diffstat (limited to 'templates/gRPC-C++.podspec.template')
-rw-r--r--templates/gRPC-C++.podspec.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/gRPC-C++.podspec.template b/templates/gRPC-C++.podspec.template
index 25981adff4..12d5fc17d4 100644
--- a/templates/gRPC-C++.podspec.template
+++ b/templates/gRPC-C++.podspec.template
@@ -176,6 +176,8 @@
s.default_subspecs = 'Interface', 'Implementation'
+ s.header_mappings_dir = 'include/grpcpp'
+
s.subspec 'Interface' do |ss|
ss.header_mappings_dir = 'include/grpcpp'