Fix compatibility with 7-zip/WinRAR (regression in SSZipArchive 2.0.0)

This commit is contained in:
Antoine Cœur
2017-07-24 19:40:49 +08:00
parent 9562f0a48e
commit c84f6e84e2
9 changed files with 25 additions and 53 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.'
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.'
s.homepage = 'https://github.com/ZipArchive/ZipArchive'