Skip to content

Commit 65ab050

Browse files
committed
Update CryptoSwift to 0.6.0
1 parent 6a1bc82 commit 65ab050

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "krzyzanowskim/CryptoSwift" ~> 0.4.0
1+
github "krzyzanowskim/CryptoSwift" ~> 0.6.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "krzyzanowskim/CryptoSwift" "0.4.0"
1+
github "krzyzanowskim/CryptoSwift" "0.6.0"

Carthage/Checkouts/CryptoSwift

Submodule CryptoSwift updated 108 files

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.4.0'
14+
spec.dependency 'CryptoSwift', '~> 0.6.0'
1515
spec.module_name = 'JWT'
1616
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import PackageDescription
33
let package = Package(
44
name: "JWT",
55
dependencies: [
6-
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0,2,2)..<Version(0,3,0))
6+
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0, 6, 0) ..< Version(0, 7, 0))
77
]
88
)

0 commit comments

Comments
 (0)