Skip to content

Commit 1e3d591

Browse files
hamchapmankylef
authored andcommitted
Update Cryptoswift dependency to 0.6.1 (#50)
1 parent cc8193c commit 1e3d591

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.6.0
1+
github "krzyzanowskim/CryptoSwift" ~> 0.6.1

Cartfile.resolved

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

Carthage/Checkouts/CryptoSwift

Submodule CryptoSwift updated 45 files

JSONWebToken.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
1212
spec.tvos.deployment_target = '9.0'
1313
spec.watchos.deployment_target = '2.0'
1414
spec.requires_arc = true
15-
spec.dependency 'CryptoSwift', '~> 0.6.0'
15+
spec.dependency 'CryptoSwift', '~> 0.6.1'
1616
spec.module_name = 'JWT'
1717
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, 6, 0) ..< Version(0, 7, 0))
6+
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0, 6, 1) ..< Version(0, 7, 0))
77
]
88
)

0 commit comments

Comments
 (0)