Skip to content

Commit

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

0 comments on commit 0d76767

Please sign in to comment.