OLMKit: podspec: Some files are missing

release-v2.1.0
manuroe 2016-11-04 10:10:56 +01:00
parent 671218dc07
commit 09b14c2b3d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Pod::Spec.new do |s|
}
s.subspec 'olmc' do |olmc|
olmc.source_files = "src/*.{c}", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.{h,c}", "lib/crypto-algorithms/aes.{h,c}", "lib/curve25519-donna/curve25519-donna.c"
olmc.source_files = "src/*.{c}", "lib/curve25519-donna.h", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.{h,c}", "lib/crypto-algorithms/aes.{h,c}", "lib/curve25519-donna/curve25519-donna.c"
olmc.compiler_flags = ' -std=c99 -fPIC'
end