Anviking / Decodable

[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right
MIT License
1.04k stars 73 forks source link

Add Swift 5.0 support #166

Closed alfogrillo closed 2 years ago

alfogrillo commented 4 years ago

This PR adds the support to Swift 5.0. This is useful because sometime the developers works with their own pods having Decodable as dependency in the .podspec file while requiring the support to Swift 5.0. In such cases all the dependencies all required to be Swift 5.0.

voidref commented 4 years ago

Looks pretty straight forward. +1