update podspec

This commit is contained in:
Joshua Hudson 2016-08-10 13:07:15 -07:00
parent a4b4c9711d
commit 988b828240
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PODS:
- SSZipArchive (1.4)
- SSZipArchive (1.5)
DEPENDENCIES:
- SSZipArchive (from `..`)
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ".."
SPEC CHECKSUMS:
SSZipArchive: bab21000ee11b7ba68d5880bcd87d80e4eb93e65
SSZipArchive: 29daace2bccb90a47de2837744da397728ff9207
PODFILE CHECKSUM: ae5fb993e5dc339b15e10067d1e60549fa585f32

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '1.4'
s.version = '1.5'
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'