From cd404cd9aafc2330abaab8d3d2201180e29149bb Mon Sep 17 00:00:00 2001 From: Amir Abbas Mousavian Date: Tue, 18 Feb 2025 10:29:52 +0330 Subject: [PATCH] Add JWSETKit library for Swift --- views/website/libraries/19-Swift.json | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/views/website/libraries/19-Swift.json b/views/website/libraries/19-Swift.json index f0ca67c9..59697db2 100644 --- a/views/website/libraries/19-Swift.json +++ b/views/website/libraries/19-Swift.json @@ -195,6 +195,40 @@ "repoUrl": "https://github.com/beatt83/jose-swift", "installCommandHtml": ".package(url: \"https://github.com/beatt83/jose-swift.git\", .upToNextMinor(from: \"4.0.0\"))" + }, + { + "minimumVersion": null, + "support": { + "sign": true, + "verify": true, + "iss": true, + "sub": true, + "aud": true, + "exp": true, + "nbf": true, + "iat": true, + "jti": true, + "typ": true, + "hs256": true, + "hs384": true, + "hs512": true, + "rs256": true, + "rs384": true, + "rs512": true, + "es256": true, + "es384": true, + "es512": true, + "ps256": true, + "ps384": true, + "ps512": true, + "eddsa": true + }, + "authorUrl": "https://github.com/amosavian", + "authorName": "Amir Abbas Mousavian", + "gitHubRepoPath": "amosavian/JWSETKit", + "repoUrl": "https://github.com/amosavian/JWSETKit", + "installCommandHtml": + ".package(url:\"https://github.com/amosavian/JWSETKit\", from: \"0.23.0\")" } ] }