Skip to content

Commit 83342e0

Browse files
committed
- migrated DateToolsSwift test project to Swift 5
- cleaned up project warnings by updating visibility modifiers - updated podspec - updated swift-version file
1 parent 76ba8ba commit 83342e0

14 files changed

+199
-176
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
5.0

DateToolsSwift.podspec

+1-1
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 = '4.0.0'
3+
s.version = '5.0.0'
44
s.summary = 'Dates and time made easy in Swift'
55
s.homepage = 'https://github.com/MatthewYork/DateTools'
66

0 commit comments

Comments
 (0)