kylef / JSONWebToken.swift

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

Warning in Swift 4 #98

Open guykogus opened 6 years ago

guykogus commented 6 years ago

Can you please release a new version so that we can remove the warning for use of characters that was fixed here: https://github.com/kylef/JSONWebToken.swift/commit/69866e1cb1f72d6a61ebaa45615f4bc6c4350ee7#diff-919b43a5ac759b7a00af61a3a6798f6b

jordilaforge commented 6 years ago

I would be interested in losing that warning too. Thank you

jonblatho commented 6 years ago

This issue was fixed quite some time ago by the owner but no release was ever published. I’ve made a fork of this repo and published a release that, among more significant changes, resolves that warning.