Skip to content

Commit

Permalink
Update Podspec for 3.3 release (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Lees11 authored Mar 6, 2019
1 parent 9e71916 commit a03f7ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions SwiftJWT.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit a03f7ed

Please sign in to comment.