Skip to content

Instantly share code, notes, and snippets.

@michaelengland
Created February 12, 2013 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelengland/4761099 to your computer and use it in GitHub Desktop.
Save michaelengland/4761099 to your computer and use it in GitHub Desktop.
Podspec for more recent version of SEHumanizedTimeDiff
Pod::Spec.new do |s|
s.name = 'SEHumanizedTimeDiff'
s.version = '1.0.0'
s.summary = 'SEHumanizedTime with customizable date mode.'
s.author = { 'Sarp Erdag' => 'sarp.erdag@apperto.com' }
s.source = { :git => 'https://github.com/sarperdag/SEHumanizedTimeDiff.git' }
s.source_files = 'SEHumanizedTime/*.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment