[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,7 +6,6 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/norsez/BDDynamicGridViewController'
s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' }
s.source = { :git => 'https://github.com/norsez/BDDynamicGridViewController.git', :tag => '0.0.2' }
s.description = 'Data-aware view-controller that displays a UIView list in an automatically laid out grid.'
s.platform = :ios
s.source_files = 'Classes', 'Classes'
s.requires_arc = true