We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3812812 commit 69b7367Copy full SHA for 69b7367
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# ZipArchive change log
2
3
+## Version 1.3.0
4
+
5
+10 July 2014
6
7
+* fixes modification date is stored in wrong format. (@danielmatzke)
8
+* updated several types for osx Compatibility. (@OpenFibers)
9
+* Xcode 5 upgrade recommendations (Ryan Punt)
10
11
## Version 1.2.0
12
13
7 August 2013
ZipArchive.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZipArchive"
- s.version = "1.2.0"
+ s.version = "1.3.0"
s.summary = "An Objective C class for zip/unzip on iPhone and Mac OS X."
s.description = <<-DESC
ZipArchive is an Objective-C class to compress or uncompress zip files, which is base on open source code "MiniZip".
0 commit comments