Skip to content

Commit 1600072

Browse files
committed
[podspec] Depend on CryptoSwift ~> 0.2.2
1 parent 6c429c5 commit 1600072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONWebToken.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
1111
spec.osx.deployment_target = '10.9'
1212
spec.tvos.deployment_target = '9.0'
1313
spec.requires_arc = true
14-
spec.dependency 'CryptoSwift', '0.2.2'
14+
spec.dependency 'CryptoSwift', '~> 0.2.2'
1515
spec.module_name = 'JWT'
1616
end

0 commit comments

Comments
 (0)