[Validation] Fix description related checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user