Skip to content

Commit

Permalink
Added osx, tvOS and watchOS to podspec file (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Lees11 authored Feb 28, 2019
1 parent d596741 commit 46af466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SwiftJWT.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Pod::Spec.new do |s|
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.source = { :git => "https://github.com/IBM-Swift/Swift-JWT.git", :tag => s.version }
s.source_files = "Sources/**/*.swift"
s.dependency 'BlueRSA', '~> 1.0'
Expand Down

0 comments on commit 46af466

Please sign in to comment.