From 4373ac3ef605d6b2831e5686e7f58180f928ebfd Mon Sep 17 00:00:00 2001 From: Avery Pierce Date: Tue, 17 Jan 2017 20:27:10 -0600 Subject: OLMKit: Exclude private headers from pod library --- OLMKit.podspec | 1 + 1 file changed, 1 insertion(+) (limited to 'OLMKit.podspec') 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}" -- cgit v1.2.3