aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJorge Canizales <jcanizales@google.com>2015-05-14 14:16:40 -0700
committerJorge Canizales <jcanizales@google.com>2015-05-14 14:16:40 -0700
commit592c44f3ea9e3b7b836d28d5bb2226bd94b2c822 (patch)
tree41bd16a7bb55ca71e2e57e93a6d41baffb52a995 /Protobuf.podspec
parent687a5fef9dbf625be043df2eeb9175fc3f110ac3 (diff)
downloadprotobuf-592c44f3ea9e3b7b836d28d5bb2226bd94b2c822.tar.gz
protobuf-592c44f3ea9e3b7b836d28d5bb2226bd94b2c822.tar.bz2
protobuf-592c44f3ea9e3b7b836d28d5bb2226bd94b2c822.zip
Makes _PackagePrivate.h files private
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 98b69e15..962a6f23 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -4,10 +4,10 @@ Pod::Spec.new do |s|
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = 'New BSD'
- s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
+ 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/*.h', 'objectivec/google/protobuf/*.pbobjc.h'
+ s.private_header_files = 'objectivec/*_PackagePrivate.h'
# The following is a .m umbrella file, and would cause duplicate symbol
# definitions:
s.exclude_files = 'objectivec/GPBProtocolBuffers.m'