浏览代码

Makes _PackagePrivate.h files private

Jorge Canizales 10 年之前
父节点
当前提交
592c44f3ea
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Protobuf.podspec

+ 2 - 2
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'