File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Web Token Changelog
2
- ## 0.5.0
2
+
3
+ ## 2.0.0
4
+
5
+ This release adds support for Swift 3.0.
6
+
7
+ ## 1.5.0
3
8
4
9
This release updates the dependency on CryptoSwift to ~ > 0.4.0 which adds
5
10
support for Swift 2.2.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'JSONWebToken'
3
- spec . version = '1.5 .0'
3
+ spec . version = '2.0 .0'
4
4
spec . summary = 'Swift library for JSON Web Tokens (JWT).'
5
5
spec . homepage = 'https://github.com/kylef/JSONWebToken.swift'
6
6
spec . license = { :type => 'BSD' , :file => 'LICENSE' }
@@ -10,6 +10,7 @@ Pod::Spec.new do |spec|
10
10
spec . ios . deployment_target = '8.0'
11
11
spec . osx . deployment_target = '10.9'
12
12
spec . tvos . deployment_target = '9.0'
13
+ spec . watchos . deployment_target = '2.0'
13
14
spec . requires_arc = true
14
15
spec . dependency 'CryptoSwift' , '~> 0.6.0'
15
16
spec . module_name = 'JWT'
You can’t perform that action at this time.
0 commit comments