Skip to content

Commit 2844be8

Browse files
committed
update to CryptoSwift 0.1.1
1 parent 70352d8 commit 2844be8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

JSONWebToken.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Pod::Spec.new do |spec|
1111
spec.ios.deployment_target = '8.0'
1212
spec.osx.deployment_target = '10.9'
1313
spec.requires_arc = true
14-
spec.dependency 'CryptoSwift', '0.0.14'
14+
spec.dependency 'CryptoSwift', '0.1.1'
1515
spec.module_name = 'JWT'
1616
end
17-

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
2-
- CryptoSwift (0.0.14)
2+
- CryptoSwift (0.1.1)
33

44
DEPENDENCIES:
5-
- CryptoSwift (= 0.0.14)
5+
- CryptoSwift (= 0.1.1)
66

77
SPEC CHECKSUMS:
8-
CryptoSwift: 5a6b725e2ad65a789f5f435dd434d38eb2c40b46
8+
CryptoSwift: c11640d3d66107efc8333e4131a5173f072b1d61
99

10-
COCOAPODS: 0.39.0.beta.4
10+
COCOAPODS: 0.39.0

0 commit comments

Comments
 (0)