aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJorge Canizales <jcanizales@google.com>2015-05-14 16:29:40 -0700
committerJorge Canizales <jcanizales@google.com>2015-05-14 16:29:40 -0700
commit244366f8a8a64a4a377e875ce46be496724f3c7e (patch)
tree326b0f160115e0981ec0995fe0b742372293d35a /Protobuf.podspec
parent56ffef9f334554eda6e931342b413c66624349d1 (diff)
downloadprotobuf-244366f8a8a64a4a377e875ce46be496724f3c7e.tar.gz
protobuf-244366f8a8a64a4a377e875ce46be496724f3c7e.tar.bz2
protobuf-244366f8a8a64a4a377e875ce46be496724f3c7e.zip
Undo previous commit: Make all headers public instead.
Apparently, in Cocoapods, all recursive #imports of public headers need to be public.
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 11e12e52..5c154a57 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -7,7 +7,6 @@ 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.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'