Skip to content

Commit

Permalink
make SSZipArchive podspec for 0.2.2 be compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
vipom committed Jul 13, 2012
1 parent bba377b commit 9812fe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SSZipArchive/0.2.2/SSZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ Pod::Spec.new do |s|
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.source_files = 'SSZipArchive.{h,m}', 'minizip'
s.library = 'z'
s.preserve_paths = ['Tests', '.gitignore']
s.license = { :type => 'MIT', :file => 'LICENSE' }

# Maintain the dir structure for headers
Expand Down

0 comments on commit 9812fe6

Please sign in to comment.