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 70352d8 commit 2844be8Copy full SHA for 2844be8
JSONWebToken.podspec
@@ -11,7 +11,6 @@ Pod::Spec.new do |spec|
11
spec.ios.deployment_target = '8.0'
12
spec.osx.deployment_target = '10.9'
13
spec.requires_arc = true
14
- spec.dependency 'CryptoSwift', '0.0.14'
+ spec.dependency 'CryptoSwift', '0.1.1'
15
spec.module_name = 'JWT'
16
end
17
-
Podfile.lock
@@ -1,10 +1,10 @@
1
PODS:
2
- - CryptoSwift (0.0.14)
+ - CryptoSwift (0.1.1)
3
4
DEPENDENCIES:
5
- - CryptoSwift (= 0.0.14)
+ - CryptoSwift (= 0.1.1)
6
7
SPEC CHECKSUMS:
8
- CryptoSwift: 5a6b725e2ad65a789f5f435dd434d38eb2c40b46
+ CryptoSwift: c11640d3d66107efc8333e4131a5173f072b1d61
9
10
-COCOAPODS: 0.39.0.beta.4
+COCOAPODS: 0.39.0
0 commit comments