diff options
author | Avery Pierce <aapierce0@gmail.com> | 2017-01-17 20:27:10 -0600 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 10:46:37 +0000 |
commit | 4373ac3ef605d6b2831e5686e7f58180f928ebfd (patch) | |
tree | 7f534fd0d2d21871ca9950e090bb72ab9b6bef3e /OLMKit.podspec | |
parent | a45c3cc80957d61065626089eee4ce664ad1615f (diff) |
OLMKit: Exclude private headers from pod library
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r-- | OLMKit.podspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec index 133e23d..f843f93 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -32,6 +32,7 @@ Pod::Spec.new do |s| } s.source_files = "xcode/OLMKit/*.{h,m}", "include/**/*.{h,hh}", "src/*.{c,cpp}", "lib/crypto-algorithms/sha256.c", "lib/crypto-algorithms/aes.c", "lib/curve25519-donna/curve25519-donna.c" + s.private_header_files = "xcode/OLMKit/*_Private.h" # Those files (including .c) are included by ed25519.c. We do not want to compile them twice s.preserve_paths = "lib/ed25519/**/*.{h,c}" |