Removed GitHub warnings.

This commit is contained in:
Fabio Pelosin
2012-06-29 15:37:34 +02:00
parent 0e91086eb2
commit 1229786dc6
130 changed files with 129 additions and 131 deletions
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'An NSDate category to have humanly meaningful time intervals since todays date.'
s.homepage = 'https://github.com/fictorial/SEHumanizedTimeDiff'
s.author = { 'Sarp Erdag' => 'sarp.erdag@apperto.com' }
s.source = { :git => 'git://github.com/fictorial/SEHumanizedTimeDiff.git', :tag => '0.0.1' }
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'