kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 226 forks source link

Version update #117

Open mihailsalari opened 5 years ago

mihailsalari commented 5 years ago

Please update to remove warnings: File Base64.swift, line 25, 'characters' is deprecated: Please use String or Substring directly. File HMACCommonCrypto.swift, line 32, 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead.

I'm using Xcode Version 9.4.1 (9F2000), Swift 4.1.

Please update or add a version for Swift 4.1 and remove deprecations.

Regards

raf-wtag commented 1 year ago

I've got same issue . Had to comment out that code to use this pod. Xcode Version 14.3.1 Swift 5.6.1