aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJorge Canizales <jcanizales@google.com>2015-05-14 16:07:49 -0700
committerJorge Canizales <jcanizales@google.com>2015-05-14 16:07:49 -0700
commit56ffef9f334554eda6e931342b413c66624349d1 (patch)
tree2a9a9227ad69bb33c2c6fd3560ffbf8e1dc86239 /Protobuf.podspec
parent592c44f3ea9e3b7b836d28d5bb2226bd94b2c822 (diff)
downloadprotobuf-56ffef9f334554eda6e931342b413c66624349d1.tar.gz
protobuf-56ffef9f334554eda6e931342b413c66624349d1.tar.bz2
protobuf-56ffef9f334554eda6e931342b413c66624349d1.zip
Restricts public headers to GPBProtocolBuffers.h and GPBProtocolBuffers_RuntimeSupport.h
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 962a6f23..11e12e52 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
s.source_files = 'objectivec/*.{h,m}', 'objectivec/google/protobuf/*.pbobjc.h', 'objectivec/google/protobuf/Descriptor.pbobjc.m'
- s.private_header_files = 'objectivec/*_PackagePrivate.h'
+ s.public_header_files = 'objectivec/GPBProtocolBuffers.h', 'objectivec/GPBProtocolBuffers_RuntimeSupport.h'
# The following is a .m umbrella file, and would cause duplicate symbol
# definitions:
s.exclude_files = 'objectivec/GPBProtocolBuffers.m'