Added README section on adding files with encryption.

Improved support for CRC32 calculation.
Bumped version to 1.0.5
This commit is contained in:
Gianluca Bertani
2017-05-21 10:29:59 +02:00
parent e136e27380
commit ed43028b8d
33 changed files with 123 additions and 65 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "objective-zip"
s.version = "1.0.4"
s.version = "1.0.5"
s.summary = "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X"
s.description = <<-DESC