Bulk removed clean_paths.

This commit is contained in:
Fabio Pelosin
2012-06-27 14:33:50 +02:00
parent 79aaeaaa48
commit 9654119368
261 changed files with 257 additions and 296 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ 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.subspec 'Core' do |core|
core.source_files = 'Code/Core/*.{h,m}'