JSONWebToken.swift icon indicating copy to clipboard operation
JSONWebToken.swift copied to clipboard

Version update

Open mihailsalari opened this issue 7 years ago • 1 comments

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

mihailsalari avatar Sep 17 '18 07:09 mihailsalari

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

raf-wtag avatar Jul 22 '23 10:07 raf-wtag