Skip to content

Commit f64edc0

Browse files
committed
- moved objc spec back to normal
- updated swift spec for release
1 parent b8c62b2 commit f64edc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DateTools.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DateTools'
3-
s.version = '2.0.1'
3+
s.version = '2.0.0'
44
s.summary = 'Dates and time made easy in Objective-C'
55
s.homepage = 'https://github.com/MatthewYork/DateTools'
66

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

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

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

DateToolsSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DateToolsSwift'
3-
s.version = '2.0.2'
3+
s.version = '2.0.3'
44
s.summary = 'Dates and time made easy in Swift'
55
s.homepage = 'https://github.com/MatthewYork/DateTools'
66

0 commit comments

Comments
 (0)