Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Fix Xcode warning iOS 8 not supported anymore #62

Closed 4brunu closed 3 years ago

4brunu commented 3 years ago

Hi, First of all, thanks for this nice library 🙂

When consuming this library via SPM, the Xcode shows the following warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99..

Since via cocoapods the minimum iOS supported version is 9, and that Xcode 12 doesn't support iOS 8 anymore and show's previous warning, I propose to increate the minimum iOS supported version is 9 on SPM too.

Thanks

4brunu commented 3 years ago

@minacle thank you for taking the time to review, merge and release a new version with this changes 👍