Skip to content

Commit

Permalink
[podspec] Depend on CryptoSwift ~> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Mar 31, 2016
1 parent 6c429c5 commit 1600072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONWebToken.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '10.9'
spec.tvos.deployment_target = '9.0'
spec.requires_arc = true
spec.dependency 'CryptoSwift', '0.2.2'
spec.dependency 'CryptoSwift', '~> 0.2.2'
spec.module_name = 'JWT'
end

0 comments on commit 1600072

Please sign in to comment.