aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-14 19:46:57 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-17 00:31:43 +0100
commite8fb852a733282966e23d6d7255b4a2f6f1eaee2 (patch)
tree6ef5a48d06dd8ed80feab7d422f0a102d4ad8203 /gRPC.podspec
parentcd21266b5feccbc8a1c143bc499c8ca5d6bb01b5 (diff)
Massaging that pull request.
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec6
1 files changed, 6 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index e0fcdaebb3..6f26db1ac1 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -301,6 +301,12 @@ Pod::Spec.new do |s|
'include/grpc/compression.h',
'include/grpc/grpc.h',
'include/grpc/status.h',
+ 'include/grpc/impl/codegen/byte_buffer.h',
+ 'include/grpc/impl/codegen/compression_types.h',
+ 'include/grpc/impl/codegen/connectivity_state.h',
+ 'include/grpc/impl/codegen/grpc_types.h',
+ 'include/grpc/impl/codegen/propagation_bits.h',
+ 'include/grpc/impl/codegen/status.h',
'include/grpc/census.h',
'src/core/census/grpc_context.c',
'src/core/census/grpc_filter.c',