Fix BaseKit 0.2.5 podspec

This commit is contained in:
Bruno Wernimont
2012-07-24 18:05:49 +02:00
parent 36948052b8
commit 5455c05abf
+2 -1
View File
@@ -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}'