fixing %d to %dl compile warning

This commit is contained in:
Adam Kirk
2012-08-18 14:15:36 -06:00
parent 3576148baf
commit 32138cef54

View File

@@ -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