Skip to content

Commit

Permalink
- migrated DateToolsSwift test project to Swift 5
Browse files Browse the repository at this point in the history
- cleaned up project warnings by updating visibility modifiers
- updated podspec
- updated swift-version file
  • Loading branch information
MatthewYork committed Jan 31, 2020
1 parent 76ba8ba commit 83342e0
Show file tree
Hide file tree
Showing 14 changed files with 199 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
5.0
2 changes: 1 addition & 1 deletion DateToolsSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DateToolsSwift'
s.version = '4.0.0'
s.version = '5.0.0'
s.summary = 'Dates and time made easy in Swift'
s.homepage = 'https://github.com/MatthewYork/DateTools'

Expand Down
Loading

0 comments on commit 83342e0

Please sign in to comment.