swift-paseto
swift-paseto copied to clipboard
.sortedKeys requires iOS 11
I might actually just bump the package version to iOS 11 etc... here. Turns out these if #available checks aren't useful for avoiding compile errors like I'd thought 🙁
Good idea. Another option is to only support iOS/Mac etc versions that actually receive security updates by Apple. Users that really want support for older operating system versions are then forced to use older versions of the library.
If you would follow this path, this would lead to the following minimal operating system versions.
That's a great point, let's go with that.
It'll be the same line I'm drawing in my Go version of this library too, so it'll be nice to also be consistent 😀
Yes, I am also using that for my PHP packages.