[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.4' }
s.description = 'BaseKit is a set of IOS class to make your life easier.'
s.platform = :ios
@@ -46,4 +45,4 @@ Pod::Spec.new do |s|
form_mapping.dependency 'BWLongTextViewController'
form_mapping.dependency 'ActionSheetPicker2'
end
end
end