kreactive / JSONWebToken

Swift lib for decoding, validating, signing and verifying JWT
MIT License
36 stars 24 forks source link

added a podspec for convenience #6

Closed N1k1tung closed 7 years ago

N1k1tung commented 7 years ago

just FYI I haven't pushed this to cocoapods, and only used this as convenience for integrating into a project already using pods; you can test it by adding this line to a podfile in a project: pod 'JSONWebToken', :git =>'https://github.com/N1k1tung/JSONWebToken'

antoinepalazzolo commented 7 years ago

thank you ! I'm not a cocoapods user, I didn't know it was possible to add support without pushing to the main repo.