kreactive / JSONWebToken

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

CocoaPods Support / PodSpec Support #9

Closed tomjackman closed 6 years ago

tomjackman commented 6 years ago

Hi @antoinepalazzolo

I am wondering if it is possible to publish the library?

Using the git ref pod 'JSONWebToken', :git => 'https://github.com/kreactive/JSONWebToken.git', :branch => 'master' only works in a Podfile and not a PodSpec.

PodSpec's only support the following format and don't support using git branches, so its not possible to use the library via a PodSpec.

g-bourachot commented 6 years ago

Hi @TommyJ1994

we just published the library : https://cocoapods.org/pods/KTVJSONWebToken

Could you please tell me if everything works fine for you now ?

tomjackman commented 6 years ago

@g-bourachot Thank you, I will test it soon and let you know if all is ok. Closing this issue for now.