From b07d0c5d512fdde20381658a94112dd059197b2b Mon Sep 17 00:00:00 2001 From: Ruben Mendez Date: Thu, 23 Apr 2015 13:02:56 +0200 Subject: [PATCH] fixed podspec pointing to non-existing tag in the main repo --- SSZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index a406ad4..692635e 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -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'