SSZipArchive works on Xcode 7-9 and above, iOS 8-11 and above.

This commit is contained in:
Antoine Cœur
2017-09-13 15:54:43 +08:00
parent 465f6210c4
commit dd86a28b22
8 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '2.0.5'
s.version = '2.0.6'
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'