[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
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '0.1.0'
s.summary = 'Cleanly implement a table view controller much like those in Settings.app, using a simple, convienent block-based syntax.'
s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax'
s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax.'
s.homepage = 'https://github.com/jakemarsh/JMStaticContentTableViewController'
s.authors = { 'Jake Marsh' => 'jake@deallocatedobjects.com' }
@@ -11,11 +11,11 @@ Pod::Spec.new do |s|
s.platform = :ios
s.requires_arc = true
s.license = {
:type => 'MIT',
:file => 'MIT-LICENSE'
}
s.source_files = ['JMStaticContentTableViewController/*.*']
end
end