Don't expose libzkgroup's headers as part of the Cocoapod

This commit is contained in:
Jordan Rose 2020-10-07 18:24:24 -07:00
parent 0ea29d4a20
commit 13ada730bf

View File

@ -20,6 +20,7 @@ Pod::Spec.new do |s|
s.ios.vendored_library = "ZKGroup/libzkgroup/libzkgroup_ios.a"
s.source_files = "ZKGroup/**/*.{h,swift}"
s.public_header_files = "ZKGroup/*.h"
s.preserve_paths = 'ZKGroup/libzkgroup/module.modulemap'
s.pod_target_xcconfig = {