Skip to content

Commit

Permalink
Fixed SSZipArchive spec
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Feb 7, 2013
1 parent 6ce75d5 commit 5ed5072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSZipArchive/0.2.3/SSZipArchive.podspec
Expand Up @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'SSZipArchive.{h,m}', 'minizip/*.{h,c}'
s.preserve_paths = 'minizip'
s.header_dir = 'minizip'
s.library = 'z'
end

0 comments on commit 5ed5072

Please sign in to comment.