kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 225 forks source link

Update version of CryptoSwift dependency in SPM package definition #100

Closed danielpater closed 6 years ago

danielpater commented 6 years ago

I was unable to compile JSONWebToken with Swift 4 on Linux because the CryptoSwift dependency had errors thrown during compilation. It turned out that those errors do not occur in newer versions of CryptoSwift.

kylef commented 6 years ago

Hi, I noticed there was some other changes required to make CI pass or macOS and Linux build. I've made them and got this in master. Thanks for the contribution. There is still one remaining problem, which is to fix the tests on Linux which I did not get to.