[Validation] Fix description related checks

This commit is contained in:
Fabio Pelosin
2013-03-20 11:21:06 +01:00
parent 38ad8563cd
commit eec9aecfd9
76 changed files with 76 additions and 119 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ Pod::Spec.new do |s|
s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' }
s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2.5' }
s.description = 'BaseKit is a set of IOS class to make your life easier.'
s.platform = :ios
s.preserve_paths = 'Examples', 'GHUnitIOS.framework', 'Test', 'Vendor', 'README.md', '.gitignore', 'BaseKit.xcodeproj', 'LICENSE', 'form-mapping.png'
s.compiler_flags = '-Wno-format'
@@ -47,4 +46,4 @@ Pod::Spec.new do |s|
form_mapping.dependency 'BWLongTextViewController'
form_mapping.dependency 'ActionSheetPicker2'
end
end
end