Updated podspec and changelog.

This commit is contained in:
Timofey Solomko
2016-10-31 00:45:38 +03:00
parent 773c32dd44
commit d520249c8d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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 -1
View File
@@ -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