Skip to content

Commit

Permalink
Merge pull request #297 from samsoffes/master
Browse files Browse the repository at this point in the history
Add SSZipArchive 0.2.2
  • Loading branch information
lexrus committed Jul 11, 2012
2 parents 39bed17 + 0d96cc0 commit f7bb244
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions SSZipArchive/0.2.2/SSZipArchive.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
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.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'
s.preserve_paths = ['Tests', '.gitignore']
s.license = { :type => 'MIT', :file => 'LICENSE' }

# Maintain the dir structure for headers
def s.copy_header_mapping(from)
from
end
end

0 comments on commit f7bb244

Please sign in to comment.