more robust date creationg from ISO strings of varying formats

This commit is contained in:
Adam Kirk
2013-02-02 18:06:06 -07:00
parent 02bdaf6e19
commit a6ebfea0ef
4 changed files with 30 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MTDates"
s.version = "0.7.2"
s.version = "0.7.3"
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.7.2" }
s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.3" }
s.source_files = 'MTDates/*.{h,m}'
s.requires_arc = true
end