[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
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Lars-Jørgen Kristiansen' => 'LarsJK.84@gmail.com' }
s.source = { :git => 'https://github.com/iUtvikler/ObjectiveLibModbus.git', :tag => '0.0.1' }
s.description = 'ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.' \
'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project'
'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project.'
s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}'
s.requires_arc = true
end