Skip to content

Commit

Permalink
[Update] MTDates (0.7.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Mar 1, 2013
1 parent 0639ea8 commit a618c5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MTDates/0.7.5/MTDates.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "MTDates"
s.version = "0.7.5"
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.5" }
s.source_files = 'MTDates/*.{h,m}'
s.requires_arc = true
end

0 comments on commit a618c5a

Please sign in to comment.