Skip to content

Commit

Permalink
Added SSZipArchive 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Nov 1, 2011
1 parent a19c1aa commit 7dd85c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SSZipArchive/0.1.1/SSZipArchive.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SSZipArchive'
s.version = '0.1.1'
s.summary = 'Utility class for 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.1.1' }

s.description = "SSZipArchive is a simple utility class for unzipping files based on ZipArchive. " \
"Currently it only supports unzipping. In the future, creating zip files will be supported."

s.source_files = 'SSZipArchive.*', 'minizip/*.{h,c}'
end

0 comments on commit 7dd85c3

Please sign in to comment.