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 Jun 18, 2014
1 parent 9bc6268 commit a3141f0
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.2.0'
s.version = '1.3.0'
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.2.0" }
:tag => "v1.3.0" }

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

0 comments on commit a3141f0

Please sign in to comment.