Exclude testmini.c from LZO spec

This commit is contained in:
Davide De Rosa 2019-03-20 09:13:01 +01:00
parent 40458ebf5f
commit 2f17e30fb9
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ Pod::Spec.new do |s|
s.subspec "LZO" do |p|
p.source_files = "TunnelKit/Sources/Core/LZO.h",
"TunnelKit/Sources/Core/Errors.{h,m}",
"TunnelKit/Sources/LZO/**/*.{h,m,c}"
"TunnelKit/Sources/LZO/**/*lzo*.{h,m,c}"
p.private_header_files = "TunnelKit/Sources/Core/LZO.h",
"TunnelKit/Sources/LZO/lib/*.h"
"TunnelKit/Sources/LZO/lib/*lzo*.h"
p.pod_target_xcconfig = { "APPLICATION_EXTENSION_API_ONLY" => "YES" }
end
end