diff --git a/README.md b/README.md index ea727ba..8a64e62 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Migrating from v2? Check the [Migration Guide](V3_MIGRATION_GUIDE.md). ### Requirements -- iOS 12.0+ / macOS 10.15+ / tvOS 12.0+ / watchOS 6.2+ -- Xcode 13.x / 14.x -- Swift 5.5+ +- iOS 13.0+ / macOS 11.0+ / tvOS 13.0+ / watchOS 7.0+ +- Xcode 14.x / 15.x +- Swift 5.7+ ### Installation @@ -157,14 +157,6 @@ The minimum supported Swift minor version is the one released with the oldest-su ### Platforms -Only the last 4 major platform versions are supported, starting from: - -- iOS **12** -- macOS **10.15** -- macCatalyst **13** -- tvOS **12** -- watchOS **6.2** - Once a platform version becomes unsupported, dropping it from JWTDecode.swift **will not be considered a breaking change**, and will be done in a **minor** release. For example, iOS 13 will cease to be supported when iOS 17 gets released, and JWTDecode.swift will be able to drop it in a minor release. In the case of macOS, the yearly named releases are considered a major platform version for the purposes of this Policy, regardless of the actual version numbers.