Updated MiniZip to latest version.

Added unit tests for 32/64 bit cross compatibility and encryption.
Fixed reading example (#59).
Fixed script for fat library building (#55).
Bumped version to 1.0.4.
This commit is contained in:
Gianluca Bertani
2017-05-13 16:28:35 +02:00
parent 54de82a95b
commit 61b0029250
41 changed files with 4325 additions and 3518 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "objective-zip"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X"
s.description = <<-DESC
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.deployment_target = "5.1"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.7"