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 6c429c5 commit 1600072Copy full SHA for 1600072
JSONWebToken.podspec
@@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
11
spec.osx.deployment_target = '10.9'
12
spec.tvos.deployment_target = '9.0'
13
spec.requires_arc = true
14
- spec.dependency 'CryptoSwift', '0.2.2'
+ spec.dependency 'CryptoSwift', '~> 0.2.2'
15
spec.module_name = 'JWT'
16
end
0 commit comments