Skip to content

Commit

Permalink
Change version of SSZipArchive to actual released version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Sep 17, 2011
1 parent 316d586 commit d6258b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
14 changes: 14 additions & 0 deletions SSZipArchive/0.1.0/SSZipArchive.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do
name 'SSZipArchive'
version '0.1.0'
summary 'Utility class for unzipping files on iOS and Mac.'
homepage 'https://github.com/samsoffes/ssziparchive'
author 'Sam Soffes' => 'sam@samsoff.es'
source :git => 'https://github.com/samsoffes/ssziparchive.git',
:tag => '0.1.0'

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."

source_files 'SSZipArchive.*', 'minizip/*.{h,c}'
end
16 changes: 0 additions & 16 deletions SSZipArchive/1.0/SSZipArchive.podspec

This file was deleted.

0 comments on commit d6258b6

Please sign in to comment.