kylef / JSONWebToken.swift

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

fix OSX, tvOS, watchOS targets #94

Closed ahernandezlopez closed 6 years ago

ahernandezlopez commented 6 years ago

Issue OSX, tvOS, watchOS targets weren't building.

Fix I added CompactJSONEncoder & CompactJSONDecoder to OSX, tvOS & watchOS targets.