[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
@@ -6,9 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/brunow/BWLongTextViewController'
s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' }
s.source = { :git => 'https://github.com/brunow/BWLongTextViewController.git', :tag => '1.0' }
s.description = 'Simple IOS controller that show a full screen textView with keyboard.'
s.platform = :ios
s.source_files = 'BWLongTextViewController/*.{h,m}'
end
end