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

Update AnyCodable-FlightSchool.podspec #42

Closed uypanha closed 3 years ago

uypanha commented 3 years ago

Update ios support to fix ios support warning

mattt commented 3 years ago

Thanks for your contribution, @uypanha, and apologies for not responding sooner.

For posterity's sake, could you please clarify what you mean? What iOS support warning are you seeing?

uypanha commented 3 years ago

@mattt The request is about to fix this warning message on Build of XCode 12:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.

mattt commented 3 years ago

Awesome. Thanks for clarifying, @uypanha. Merging this now.