Skip to content

SwiftyKit/JSONWebToken

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONWebToken

修改 JSONWebToken.swift 2.2.0 版本, 适配 Swift 5

前言

需要使用到JWT的时候, 找到了 JSONWebToken.swift.
但是 pod 下来的时候, 发现代码有部分已经不适合 Swift 5 了, 就做了一部分修改, 适配 Swift 5.
并且修改了一部分方法的返回值等等.

安装

pod

Podfile 文件

pod 'JSONWebToken', :git => 'https://github.com/SyKingW/JSONWebToken.git'

然后执行

pod install

Packages

No packages published

Languages

  • Swift 95.7%
  • Ruby 4.3%