From a03f7ed49f817d3fdc4f9a0dbcaec05e0d9a5138 Mon Sep 17 00:00:00 2001 From: Andrew Lees <32634907+Andrew-Lees11@users.noreply.github.com> Date: Wed, 6 Mar 2019 09:44:57 +0000 Subject: [PATCH] Update Podspec for 3.3 release (#44) --- SwiftJWT.podspec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/SwiftJWT.podspec b/SwiftJWT.podspec index 30a7cd4..dce7b31 100644 --- a/SwiftJWT.podspec +++ b/SwiftJWT.podspec @@ -1,18 +1,19 @@ Pod::Spec.new do |s| s.name = "SwiftJWT" - s.version = "3.2.0" + s.version = "3.3.0" s.summary = "An implementation of JSON Web Token using Swift." s.homepage = "https://github.com/IBM-Swift/Swift-JWT" s.license = { :type => "Apache License, Version 2.0" } s.authors = 'IBM' s.module_name = 'SwiftJWT' - s.osx.deployment_target = "10.12" - s.ios.deployment_target = "10.3" - s.tvos.deployment_target = "10.3" - s.watchos.deployment_target = "3.3" + s.osx.deployment_target = "10.13" + s.ios.deployment_target = "11.0" + s.tvos.deployment_target = "11.0" + s.watchos.deployment_target = "4.0" s.source = { :git => "https://github.com/IBM-Swift/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.1' s.dependency 'BlueCryptor', '~> 1.0'