aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2016-01-13 09:08:38 -0800
committerGravatar Alistair Veitch <aveitch@google.com>2016-01-13 09:08:38 -0800
commit0f690721bdc977b5d506e575f5e13be6d09c57fd (patch)
treed0401e5aa29da92303263f7b89d394c1c88b8487 /gRPC.podspec
parentf190601e606fb89158f671bea1676e4083bc9bb4 (diff)
Move encode/decode API into census.h
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 4acf2d7e1b..cde97ac661 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -272,7 +272,6 @@ Pod::Spec.new do |s|
'src/core/census/aggregation.h',
'src/core/census/context.h',
'src/core/census/rpc_metric_id.h',
- 'src/core/census/tag_set.h',
'include/grpc/grpc_security.h',
'include/grpc/byte_buffer.h',
'include/grpc/byte_buffer_reader.h',
@@ -571,8 +570,7 @@ Pod::Spec.new do |s|
'src/core/transport/transport_impl.h',
'src/core/census/aggregation.h',
'src/core/census/context.h',
- 'src/core/census/rpc_metric_id.h',
- 'src/core/census/tag_set.h'
+ 'src/core/census/rpc_metric_id.h'
ss.header_mappings_dir = '.'
# This isn't officially supported in Cocoapods. We've asked for an alternative: