Updated docs, changelog. Added new subspec.

This commit is contained in:
Timofey Solomko
2017-01-15 14:17:51 +03:00
parent 543f260c79
commit fd60be4b67
69 changed files with 2297 additions and 259 deletions
+7 -1
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
s.version = "2.0.1"
s.version = "2.1.0-test"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
@@ -65,4 +65,10 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/XZArchive.swift'
end
s.subspec 'ZIP' do |sp|
sp.dependency 'SWCompression/Common'
sp.dependency 'SWCompression/Deflate'
sp.source_files = 'Sources/ZipContainer.swift'
end
end