kreactive / JSONWebToken

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

feat(module map): Enable Defines Module for library use #22

Open Bruschidy54 opened 4 years ago

Bruschidy54 commented 4 years ago

Hey there @antoinepalazzolo and @g-bourachot,

I'm currently helping develop a framework that uses your SDK. When "Define Module" is enabled, a module.modulemap file will automatically be generated, which is required to be able to use JSONWebToken in libraries in XCode 11.4+.

I would appreciate your review. Thanks!