Skip to content

Commit

Permalink
Merge pull request #9880 from tomguthrie/master
Browse files Browse the repository at this point in the history
[Add] TFGRelativeDateFormatter (1.0.0)
  • Loading branch information
keith committed Mar 29, 2014
2 parents feca3ef + 136aa84 commit 6d8102e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TFGRelativeDateFormatter/1.0.0/TFGRelativeDateFormatter.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'TFGRelativeDateFormatter'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Mail.app style relative date formatter.'
s.homepage = 'https://github.com/tomguthrie/TFGRelativeDateFormatter'
s.social_media_url = 'https://twitter.com/tomguthrie'
s.author = { 'Thomas Guthrie' => 'tomguthrie@gmail.com' }
s.source = { :git => 'https://github.com/tomguthrie/TFGRelativeDateFormatter.git', :tag => s.version.to_s }
s.source_files = 'TFGRelativeDateFormatter'
s.requires_arc = true
s.platform = :ios, '7.0'
end

0 comments on commit 6d8102e

Please sign in to comment.