We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d596741 commit 46af466Copy full SHA for 46af466
SwiftJWT.podspec
@@ -6,7 +6,10 @@ Pod::Spec.new do |s|
6
s.license = { :type => "Apache License, Version 2.0" }
7
s.authors = 'IBM'
8
s.module_name = 'SwiftJWT'
9
+ s.osx.deployment_target = "10.12"
10
s.ios.deployment_target = "10.3"
11
+ s.tvos.deployment_target = "10.3"
12
+ s.watchos.deployment_target = "3.3"
13
s.source = { :git => "https://github.com/IBM-Swift/Swift-JWT.git", :tag => s.version }
14
s.source_files = "Sources/**/*.swift"
15
s.dependency 'BlueRSA', '~> 1.0'
0 commit comments