kylef / JSONWebToken.swift

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

- Migrate syntax to support swift 3 #40

Closed kevin-chen-bcgdv closed 8 years ago

kevin-chen-bcgdv commented 8 years ago

I've run the unit tests, all test cases pass

kevin-chen-bcgdv commented 8 years ago

It looks like the Travis hasn't setup for swift 3

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