We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7451fcf commit fb6905eCopy full SHA for fb6905e
JSONWebToken.podspec
@@ -12,7 +12,6 @@ Pod::Spec.new do |spec|
12
spec.tvos.deployment_target = '9.0'
13
spec.watchos.deployment_target = '2.0'
14
spec.requires_arc = true
15
- spec.dependency 'CryptoSwift', '~> 0.6.1'
16
spec.module_name = 'JWT'
17
- spec.exclude_files = ['Sources/HMACCommonCrypto.swift']
+ spec.exclude_files = ['Sources/HMACCryptoSwift.swift']
18
end
0 commit comments