mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Add a subspec for LZ4
This commit is contained in:
@@ -54,6 +54,11 @@ Pod::Spec.new do |s|
|
||||
sp.source_files = "Sources/{LZMA2/*,Common/*}.swift"
|
||||
end
|
||||
|
||||
s.subspec "LZ4" do |sp|
|
||||
sp.source_files = "Sources/{LZ4/*,Common/*}.swift"
|
||||
sp.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS" => "-DSWCOMPRESSION_POD_LZ4" }
|
||||
end
|
||||
|
||||
s.subspec "XZ" do |sp|
|
||||
sp.dependency "SWCompression/LZMA2"
|
||||
sp.source_files = "Sources/{XZ/*,Common/*}.swift"
|
||||
|
||||
Reference in New Issue
Block a user