Update swift test project for swift 3 and xcode 8

This commit is contained in:
Joshua Hudson
2016-09-13 11:02:55 -07:00
parent 81c8672414
commit edc099d6be
8 changed files with 51 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '1.5'
s.version = '1.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'