Simplify project structure

This commit is contained in:
Sam Soffes
2013-09-10 00:03:11 -07:00
parent 1fefbc022f
commit b91252282e
13 changed files with 45 additions and 47 deletions
+1 -3
View File
@@ -9,8 +9,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/soffes/ssziparchive.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'SSZipArchive/SSZipArchive.{h,m}', 'minizip'
s.header_dir = 'minizip'
s.preserve_paths = 'minizip'
s.source_files = 'SSZipArchive/*'
s.library = 'z'
end