Skip to content

Commit

Permalink
Update podspec (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 committed Nov 7, 2021
1 parent 0e3e287 commit 47c6384
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SwiftJWT.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftJWT"
s.version = "3.6.200"
s.version = "3.6.201"
s.summary = "An implementation of JSON Web Token using Swift."
s.homepage = "https://github.com/Kitura/Swift-JWT"
s.license = { :type => "Apache License, Version 2.0" }
Expand All @@ -13,9 +13,9 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "4.0"
s.source = { :git => "https://github.com/Kitura/Swift-JWT.git", :tag => s.version }
s.source_files = "Sources/**/*.swift"
s.dependency 'BlueRSA', '~> 1.0'
s.dependency 'BlueECC', '~> 1.1'
s.dependency 'LoggerAPI', '~> 1.7'
s.dependency 'KituraContracts', '~> 1.2'
s.dependency 'BlueCryptor', '~> 1.0'
s.dependency 'BlueRSA', '~> 1.0.200'
s.dependency 'BlueECC', '~> 1.1.0'
s.dependency 'LoggerAPI', '~> 1.7.0'
s.dependency 'KituraContracts', '~> 1.2.200'
s.dependency 'BlueCryptor', '~> 2.0.1'
end

0 comments on commit 47c6384

Please sign in to comment.