mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Prepare for first test release of 4.3.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "SWCompression"
|
||||
s.version = "4.2.2"
|
||||
s.version = "4.3.0-test.1"
|
||||
s.summary = "A framework with functions for working with compression, archives and containers."
|
||||
|
||||
s.description = "A framework with (de)compression algorithms and functions for processing various archives and containers."
|
||||
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.swift_version = "4.1"
|
||||
|
||||
s.dependency "BitByteData", "~> 1.1"
|
||||
s.dependency "BitByteData", "~> 1.2.0-test.3"
|
||||
|
||||
s.subspec "Deflate" do |sp|
|
||||
sp.source_files = "Sources/{Deflate/*,Common/*}.swift"
|
||||
|
||||
Reference in New Issue
Block a user