Merge pull request #27 from nivektric/0.2.2

Bump version number in podspec
This commit is contained in:
Sam Soffes 2012-07-09 21:39:27 -07:00
commit fdb1726299

View File

@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '0.2.1'
s.version = '0.2.2'
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.1' }
s.source = { :git => 'https://github.com/samsoffes/ssziparchive.git', :tag => '0.2.2' }
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.'
s.source_files = 'SSZipArchive.*', 'minizip/*.{h,c}'
s.library = 'z'