Rename pod to SSZipArchive

There already exists ZipArchive and I believe that's causing issues when trying to push this speck up over pod trunk.
This commit is contained in:
Adam Yanalunas
2015-09-29 22:42:30 -07:00
parent c7ed207ca6
commit eb36213ef9
+1 -1
View File
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.name = 'ZipArchive'
s.name = 'SSZipArchive'
s.version = '0.3.3'
s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.'
s.description = 'ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.'