2012-06-02 13:32:36 -07:00
|
|
|
Pod::Spec.new do |s|
|
2012-07-10 14:35:58 -04:00
|
|
|
s.name = 'SSZipArchive'
|
2012-08-01 15:06:50 -07:00
|
|
|
s.version = '0.2.3'
|
2012-07-10 14:35:58 -04:00
|
|
|
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.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.'
|
2012-08-16 15:04:59 -07:00
|
|
|
s.source_files = 'SSZipArchive.{h,m}', 'minizip/*.{h,c}'
|
2012-07-10 14:35:58 -04:00
|
|
|
s.library = 'z'
|
|
|
|
|
s.preserve_paths = ['Tests', '.gitignore']
|
2012-06-02 13:32:36 -07:00
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
2013-08-20 10:57:34 -07:00
|
|
|
s.header_mappings_dir = '.'
|