mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Updated podspec and changelog.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
v1.0.1
|
||||
----------------
|
||||
Fixed several crashes caused by mistyping and shift 'overflow' (when it becomes greater than 15).
|
||||
|
||||
v1.0.0
|
||||
----------------
|
||||
Initial release, which features support for Deflate, Gzip and Zlib decompression.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "SWCompression"
|
||||
s.version = "1.0.0"
|
||||
s.version = "1.0.1"
|
||||
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
|
||||
|
||||
s.description = <<-DESC
|
||||
|
||||
Reference in New Issue
Block a user