We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c6978 commit 6a1bc82Copy full SHA for 6a1bc82
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# JSON Web Token Changelog
2
+## 0.5.0
3
+
4
+This release updates the dependency on CryptoSwift to ~> 0.4.0 which adds
5
+support for Swift 2.2.
JSONWebToken.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JSONWebToken'
- spec.version = '1.4.3'
+ spec.version = '1.5.0'
spec.summary = 'Swift library for JSON Web Tokens (JWT).'
spec.homepage = 'https://github.com/kylef/JSONWebToken.swift'
6
spec.license = { :type => 'BSD', :file => 'LICENSE' }
0 commit comments