From 5455c05abf94f2cc079e90c3c78a6b65a207987b Mon Sep 17 00:00:00 2001 From: Bruno Wernimont Date: Tue, 24 Jul 2012 18:05:49 +0200 Subject: [PATCH] Fix BaseKit 0.2.5 podspec --- BaseKit/0.2.5/BaseKit.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BaseKit/0.2.5/BaseKit.podspec b/BaseKit/0.2.5/BaseKit.podspec index e04c0564..a0490212 100644 --- a/BaseKit/0.2.5/BaseKit.podspec +++ b/BaseKit/0.2.5/BaseKit.podspec @@ -9,7 +9,8 @@ Pod::Spec.new do |s| s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios - s.clean_paths = 'Examples', 'GHUnitIOS.framework', 'Test', 'Vendor', 'README.md', '.gitignore', 'BaseKit.xcodeproj', 'LICENSE', 'form-mapping.png' + s.preserve_paths = 'Examples', 'GHUnitIOS.framework', 'Test', 'Vendor', 'README.md', '.gitignore', 'BaseKit.xcodeproj', 'LICENSE', 'form-mapping.png' + s.compiler_flags = '-Wno-format' s.subspec 'Core' do |core| core.source_files = 'Code/Core/*.{h,m}'