Open
Description
I am using JSONWebToken within my own Swift framework. This does not work with the standard modulemap CommonCrypto solution. I found this link that pulls together and describes the issues with including CommonCrypto, particularly within a Swift Framework.
http://ioscake.com/importing-commoncrypto-in-a-swift-framework.html
The easiest solution may be to include this approach specifically targeted at Cocoapods:
pod 'CommonCryptoSwift', :git => 'https://github.com/onmyway133/CommonCrypto.swift'
Or it may be used as a basis for a solution you trust.