Skip to content

Commit

Permalink
Merge branch 'json.addKitura' of https://github.com/KyeMaloy97/jsonwe…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadoom committed May 16, 2018
2 parents 278900c + f4bfe48 commit 9153f12
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions views/website/libraries/19-Swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\")"
}
]
}

0 comments on commit 9153f12

Please sign in to comment.