kylef / JSONWebToken.swift

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

Swift3 #43

Closed xmkevinchen closed 8 years ago

kylef commented 8 years ago

Thanks for the pull request Kevin. I've gone ahead and added Swift 3 support in JSONWebToken 2.0.0. There are a couple of reasons why I haven't merged your pull request that you can see above. Along with the Travis CI build failures.

Regards,

Kyle