Skip to content

Commit

Permalink
[Update] MTDates (0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Sep 7, 2012
1 parent 7638d0a commit 02558cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MTDates/0.4.0/MTDates.podspec
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = "MTDates"
s.version = "0.4.0"
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.4.0" }
s.source_files = 'MTDates/*.{h,m}'
end

0 comments on commit 02558cd

Please sign in to comment.