Skip to content

Commit

Permalink
Update DateTools.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew York committed Sep 4, 2014
1 parent eee80cc commit fc918e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DateTools.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DateTools'
s.version = '1.4.0'
s.version = '1.4.1'
s.summary = 'Dates and time made easy in Objective-C'
s.homepage = 'https://github.com/MatthewYork/DateTools'

Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { "Matthew York" => "[email protected]" }

s.source = { :git => "https://github.com/MatthewYork/DateTools.git",
:tag => "v1.4.0" }
:tag => "v1.4.1" }

s.platform = :ios, '6.0'
s.requires_arc = true
Expand Down

0 comments on commit fc918e3

Please sign in to comment.