Skip to content

Commit 5d94322

Browse files
committed
Bump 7.0.0
1 parent 4dc40e7 commit 5d94322

File tree

2 files changed

+6
-67
lines changed

2 files changed

+6
-67
lines changed

SwiftDate.podspec

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftDate"
3-
s.version = "6.3.1"
3+
s.version = "7.0.0"
44
s.summary = "The best way to deal with Dates & Time Zones in Swift"
55
s.homepage = "https://github.com/malcommac/SwiftDate.git"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Daniele Margutti" => "[email protected]" }
88
s.social_media_url = "https://twitter.com/danielemargutti"
9-
s.ios.deployment_target = "9.0"
10-
s.osx.deployment_target = "10.10"
11-
s.watchos.deployment_target = "2.0"
12-
s.tvos.deployment_target = "9.0"
9+
s.ios.deployment_target = "13.0"
10+
s.osx.deployment_target = "10.15"
11+
s.watchos.deployment_target = "6.0"
12+
s.tvos.deployment_target = "13.0"
1313
s.source = { :git => "https://github.com/malcommac/SwiftDate.git", :tag => s.version.to_s }
1414
s.source_files = 'Sources/**/*.swift'
1515
s.frameworks = "Foundation"
16-
s.swift_versions = ['5.0', '5.1']
17-
s.resources = 'Sources/SwiftDate/Formatters/RelativeFormatter/langs'
16+
s.swift_versions = ['5.5']
1817
end

Tests/SwiftDateTests/TestDateInRegion+Langs.swift

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)