Skip to content

Commit

Permalink
- Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewYork committed Oct 4, 2016
1 parent f067ef9 commit a9dda6e
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 = '2.0.0-beta.1'
s.version = '2.0.0-beta.2'
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 => "v#{s.version.to_s}" }
:tag => "#{s.version.to_s}" }

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.7'
Expand Down

0 comments on commit a9dda6e

Please sign in to comment.