From 32138cef54ed306b30cf646300a8d9de4ea0bd6b Mon Sep 17 00:00:00 2001 From: Adam Kirk Date: Sat, 18 Aug 2012 14:15:36 -0600 Subject: [PATCH] fixing %d to %dl compile warning --- MTDates.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MTDates.podspec b/MTDates.podspec index b47f14c..c09bb1d 100644 --- a/MTDates.podspec +++ b/MTDates.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "MTDates" - s.version = "0.0.5" + s.version = "0.0.6" s.summary = "A category on NSDate. 100+ date calculation methods." s.homepage = "https://github.com/mysterioustrousers/MTDates" s.license = 'BSD ' s.author = { "Adam Kirk" => "atomkirk@gmail.com" } - s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.0.5" } + s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.0.6" } s.source_files = 'MTDates/*.{h,m}' end