Skip to content

Commit 61a8be1

Browse files
committed
updated podspec
1 parent 524bf40 commit 61a8be1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

JSONWebToken.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Pod::Spec.new do |spec|
77
spec.author = { 'Kyle Fuller' => '[email protected]' }
88
spec.source = { :git => 'https://github.com/popwarfour/JSONWebToken.swift.git', :tag => "#{spec.version}" }
99
spec.source_files = 'Sources/*.swift'
10-
spec.ios.deployment_target = '8.0'
10+
spec.ios.deployment_target = '8.3'
1111
spec.osx.deployment_target = '10.9'
12-
spec.tvos.deployment_target = '9.0'
13-
spec.watchos.deployment_target = '2.0'
12+
spec.tvos.deployment_target = '9.2'
13+
spec.watchos.deployment_target = '2.2'
1414
spec.requires_arc = true
1515
spec.dependency 'CryptoSwift', '~> 0.6.1'
1616
spec.dependency 'SwiftyRSA', '~> 1.2.0'

0 commit comments

Comments
 (0)