Skip to content

Commit

Permalink
Add SEHumanizedTime with additional forks merged for localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
fictorial committed May 23, 2012
1 parent 374c983 commit 031b127
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SEHumanizedTimeDiff/0.0.1/SEHumanizedTimeDiff.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SEHumanizedTimeDiff'
s.version = '0.0.1'
s.license = 'MIT'
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.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'
s.clean_paths = 'SEHumanizedTimeDiffDemo.xcodeproj', 'SEHumanizedTimeDiffDemo'
s.frameworks = 'Foundation'
end

0 comments on commit 031b127

Please sign in to comment.