Skip to content

Commit

Permalink
- moved objc spec back to normal
Browse files Browse the repository at this point in the history
- updated swift spec for release
  • Loading branch information
MatthewYork committed Mar 13, 2017
1 parent b8c62b2 commit f64edc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DateTools.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DateTools'
s.version = '2.0.1'
s.version = '2.0.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" => "my3681@gmail.com" }

s.source = { :git => "https://github.com/MatthewYork/DateTools.git",
:tag => "#{s.version.to_s}" }
:tag => "v#{s.version.to_s}" }

s.platforms = { :ios => '7.0', :osx => '10.7' }

Expand Down
2 changes: 1 addition & 1 deletion DateToolsSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DateToolsSwift'
s.version = '2.0.2'
s.version = '2.0.3'
s.summary = 'Dates and time made easy in Swift'
s.homepage = 'https://github.com/MatthewYork/DateTools'

Expand Down

0 comments on commit f64edc0

Please sign in to comment.