aboutsummaryrefslogtreecommitdiff
path: root/OLMKit.podspec
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-01-18 10:46:59 +0000
committerRichard van der Hoff <richard@matrix.org>2017-01-18 10:46:59 +0000
commit1761730db8c54a949ad6d12522de8eee2e0a50be (patch)
treef3f36c250d7cf5dec0012552a1f115c508655025 /OLMKit.podspec
parenta45c3cc80957d61065626089eee4ce664ad1615f (diff)
parent757be9aeba67d609942c54c1bbe0461e120a392e (diff)
Swift project support
Merge patch required to support Swift projects, from Avery Pierce. Patch taken from https://github.com/matrix-org/matrix-ios-sdk/files/712987/olm_patch.txt. Sign-off at https://github.com/matrix-org/matrix-ios-sdk/pull/220#issue-201470911.
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r--OLMKit.podspec1
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}"