From bdbab4d3b3161ecf61487f61c4e26a966ddc1226 Mon Sep 17 00:00:00 2001 From: Kevin Monahan Date: Tue, 10 Jul 2012 14:35:58 -0400 Subject: [PATCH] Change clean_path to preserve_paths in podspec to pass validation --- SSZipArchive.podspec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/SSZipArchive.podspec b/SSZipArchive.podspec index 132ba45..9eb41d5 100644 --- a/SSZipArchive.podspec +++ b/SSZipArchive.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| - s.name = 'SSZipArchive' - s.version = '0.2.2' - s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' - s.homepage = 'https://github.com/samsoffes/ssziparchive' - 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.library = 'z' - s.clean_paths = ['Tests', '.gitignore'] + s.name = 'SSZipArchive' + s.version = '0.2.2' + s.summary = 'Utility class for zipping and unzipping files on iOS and Mac.' + s.homepage = 'https://github.com/samsoffes/ssziparchive' + 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.library = 'z' + s.preserve_paths = ['Tests', '.gitignore'] s.license = { :type => 'MIT', :file => 'LICENSE' } # Maintain the dir structure for headers