malcommac / SwiftDate

🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
MIT License
7.61k stars 767 forks source link

Update Package.swift to support Xcode 12 and iOS9+ #751

Closed Sam-Spencer closed 3 years ago

Sam-Spencer commented 3 years ago

Bumped minimum iOS deployment version from 8 to 9 in order to comply with Xcode 12's minimum deployment range. Fixes compiler warning when installing via SPM.

Sam-Spencer commented 3 years ago

Bump! Any updates on this? It's a pretty simple fix!