Restructure project and move to XCTest

This commit is contained in:
Sam Soffes
2013-09-07 08:33:47 -07:00
parent 524ca1abae
commit 364be2ed4f
41 changed files with 772 additions and 480 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ 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.{h,m}', 'minizip/*.{h,c}'
s.header_dir = 'minizip'
s.source_files = 'SSZipArchive/SSZipArchive.{h,m}', 'SSZipArchive/minizip/*.{h,c}'
s.header_dir = 'SSZipArchive/minizip'
s.library = 'z'
end