diff --git a/views/website/libraries/19-Swift.json b/views/website/libraries/19-Swift.json index 30ac153d..e41a0a47 100644 --- a/views/website/libraries/19-Swift.json +++ b/views/website/libraries/19-Swift.json @@ -87,6 +87,34 @@ "gitHubRepoPath": "Wstunes/SwiftyJWT", "repoUrl": "https://github.com/Wstunes/SwiftyJWT", "installCommandHtml": "pod 'SwiftyJWT'" + }, + { + "minimumVersion": null, + "support": { + "sign": true, + "verify": true, + "iss": true, + "sub": true, + "aud": true, + "exp": true, + "nbf": true, + "iat": true, + "jti": true, + "hs256": false, + "hs384": false, + "hs512": false, + "rs256": true, + "rs384": true, + "rs512": true, + "es256": false, + "es384": false, + "es512": false + }, + "authorUrl": "https://github.com/IBM-Swift", + "authorName": "IBM Swift", + "gitHubRepoPath": "IBM-Swift/Swift-JWT", + "repoUrl": "https://github.com/IBM-Swift/Swift-JWT", + "installCommandHtml": ".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"1.0.0\")" } ] } \ No newline at end of file