aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-12-17 13:27:42 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-12-17 15:17:01 -0800
commitc52ae0d0005ccf98c6e734db34cd2634e5aa26ef (patch)
treefc7a8dd85097a5bc273184d243f73550d232c0c9 /gRPC-C++.podspec
parent00be85a3e1cec8d0be89e654aef145e9eea27fc3 (diff)
Give the interceptors header files in include/grpcpp/support
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 414e788a96..f918fe8ad9 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -116,10 +116,13 @@ Pod::Spec.new do |s|
'include/grpcpp/support/byte_buffer.h',
'include/grpcpp/support/channel_arguments.h',
'include/grpcpp/support/client_callback.h',
+ 'include/grpcpp/support/client_interceptor.h',
'include/grpcpp/support/config.h',
+ 'include/grpcpp/support/interceptor.h',
'include/grpcpp/support/proto_buffer_reader.h',
'include/grpcpp/support/proto_buffer_writer.h',
'include/grpcpp/support/server_callback.h',
+ 'include/grpcpp/support/server_interceptor.h',
'include/grpcpp/support/slice.h',
'include/grpcpp/support/status.h',
'include/grpcpp/support/status_code_enum.h',