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 11# 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
38
49This release updates the dependency on CryptoSwift to ~ > 0.4.0 which adds
510support for Swift 2.2.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'JSONWebToken'
3- spec . version = '1.5 .0'
3+ spec . version = '2.0 .0'
44 spec . summary = 'Swift library for JSON Web Tokens (JWT).'
55 spec . homepage = 'https://github.com/kylef/JSONWebToken.swift'
66 spec . license = { :type => 'BSD' , :file => 'LICENSE' }
@@ -10,6 +10,7 @@ Pod::Spec.new do |spec|
1010 spec . ios . deployment_target = '8.0'
1111 spec . osx . deployment_target = '10.9'
1212 spec . tvos . deployment_target = '9.0'
13+ spec . watchos . deployment_target = '2.0'
1314 spec . requires_arc = true
1415 spec . dependency 'CryptoSwift' , '~> 0.6.0'
1516 spec . module_name = 'JWT'
You can’t perform that action at this time.
0 commit comments