[Validation] Fix description related checks
This commit is contained in:
@@ -3,10 +3,13 @@ Pod::Spec.new do |s|
|
||||
s.version = '0.0.1'
|
||||
s.license = 'MIT'
|
||||
s.summary = 'An NSDate category to have humanly meaningful time intervals since todays date.'
|
||||
s.description = <<-DESC
|
||||
An NSDate category to have humanly meaningful time intervals since todays date.
|
||||
Localizations available for Chinese, Japanese, Turkish, English, and German.
|
||||
DESC
|
||||
s.homepage = 'https://github.com/fictorial/SEHumanizedTimeDiff'
|
||||
s.author = { 'Sarp Erdag' => 'sarp.erdag@apperto.com' }
|
||||
s.source = { :git => 'https://github.com/fictorial/SEHumanizedTimeDiff.git', :tag => '0.0.1' }
|
||||
s.description = 'Localizations available for Chinese, Japanese, Turkish, English, and German.'
|
||||
s.source_files = 'SEHumanizedTime/*.{h,m}'
|
||||
s.resources = 'SEHumanizedTime/{en,de,ja,tr,zh-Hans}.lproj'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user