From 136aa84f25c8ec1e3fd35add584b027e2ecc22ca Mon Sep 17 00:00:00 2001 From: Thomas Guthrie Date: Sat, 29 Mar 2014 01:18:27 +0000 Subject: [PATCH] [Add] TFGRelativeDateFormatter (1.0.0) --- .../1.0.0/TFGRelativeDateFormatter.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TFGRelativeDateFormatter/1.0.0/TFGRelativeDateFormatter.podspec diff --git a/TFGRelativeDateFormatter/1.0.0/TFGRelativeDateFormatter.podspec b/TFGRelativeDateFormatter/1.0.0/TFGRelativeDateFormatter.podspec new file mode 100644 index 00000000000000..b5cdf9aec51097 --- /dev/null +++ b/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