Update Pod spec.

This commit is contained in:
David Robles
2014-11-05 15:34:55 -08:00
parent d30b543f34
commit 74ce9fc2c7
+2 -2
View File
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '0.2.3'
s.version = '0.2.2.1'
s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.'
s.homepage = 'https://github.com/samsoffes/ssziparchive'
s.author = { 'Sam Soffes' => 'sam@samsoff.es' }
s.source = { :git => 'https://github.com/samsoffes/ssziparchive.git', :tag => '0.2.2' }
s.source = { :git => 'https://github.com/samsoffes/ssziparchive.git', :tag => s.version.to_s }
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.'
s.source_files = 'SSZipArchive.{h,m}', 'minizip/*.{h,c}'
s.library = 'z'