浏览代码

Restricts public headers to GPBProtocolBuffers.h and GPBProtocolBuffers_RuntimeSupport.h

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

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