File tree Expand file tree Collapse file tree 2 files changed +6
-67
lines changed
Expand file tree Collapse file tree 2 files changed +6
-67
lines changed Original file line number Diff line number Diff line change 11Pod ::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" => "hello@danielemargutti.com" }
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' ]
1817end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments