Merge pull request #148 from caldofran/master

fixed podspec pointing to non-existing tag in the main repo
This commit is contained in:
Douglas Bumby 2015-04-23 11:24:49 -04:00
commit af85bf97a9

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '1.0.0'
s.version = '0.3.2'
s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.'
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.'
s.homepage = 'https://github.com/soffes/ssziparchive'