Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 13, 2016
1 parent 17fe119 commit 3c357d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# JSON Web Token Changelog
## 0.5.0

## 2.0.0

This release adds support for Swift 3.0.

## 1.5.0

This release updates the dependency on CryptoSwift to ~> 0.4.0 which adds
support for Swift 2.2.
3 changes: 2 additions & 1 deletion JSONWebToken.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JSONWebToken'
spec.version = '1.5.0'
spec.version = '2.0.0'
spec.summary = 'Swift library for JSON Web Tokens (JWT).'
spec.homepage = 'https://github.com/kylef/JSONWebToken.swift'
spec.license = { :type => 'BSD', :file => 'LICENSE' }
Expand All @@ -10,6 +10,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.tvos.deployment_target = '9.0'
spec.watchos.deployment_target = '2.0'
spec.requires_arc = true
spec.dependency 'CryptoSwift', '~> 0.6.0'
spec.module_name = 'JWT'
Expand Down

0 comments on commit 3c357d7

Please sign in to comment.