Skip to content

Commit 46af466

Browse files
Added osx, tvOS and watchOS to podspec file (#35)
1 parent d596741 commit 46af466

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SwiftJWT.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Pod::Spec.new do |s|
66
s.license = { :type => "Apache License, Version 2.0" }
77
s.authors = 'IBM'
88
s.module_name = 'SwiftJWT'
9+
s.osx.deployment_target = "10.12"
910
s.ios.deployment_target = "10.3"
11+
s.tvos.deployment_target = "10.3"
12+
s.watchos.deployment_target = "3.3"
1013
s.source = { :git => "https://github.com/IBM-Swift/Swift-JWT.git", :tag => s.version }
1114
s.source_files = "Sources/**/*.swift"
1215
s.dependency 'BlueRSA', '~> 1.0'

0 commit comments

Comments
 (0)