Skip to content

Commit 63e970c

Browse files
committed
added rsa dependency
1 parent 7478571 commit 63e970c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

JSONWebToken.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Pod::Spec.new do |spec|
1313
spec.watchos.deployment_target = '2.0'
1414
spec.requires_arc = true
1515
spec.dependency 'CryptoSwift', '~> 0.6.1'
16+
spec.dependency 'SwiftyRSA', '~> 1.2.0'
1617
spec.module_name = 'JWT'
1718
end

0 commit comments

Comments
 (0)