diff --git a/Cartfile b/Cartfile index b5f890d..4f0cac5 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "krzyzanowskim/CryptoSwift" ~> 0.6.0 +github "krzyzanowskim/CryptoSwift" ~> 0.6.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 5909a7d..5b562e4 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "krzyzanowskim/CryptoSwift" "0.6.0" +github "krzyzanowskim/CryptoSwift" "0.6.1" diff --git a/Carthage/Checkouts/CryptoSwift b/Carthage/Checkouts/CryptoSwift index fd7bd48..5f9bb95 160000 --- a/Carthage/Checkouts/CryptoSwift +++ b/Carthage/Checkouts/CryptoSwift @@ -1 +1 @@ -Subproject commit fd7bd483a67ab19351db38248ff82a26d8df7cbe +Subproject commit 5f9bb95c6f246c7e19bf4346a6ad1a0c406415f0 diff --git a/JSONWebToken.podspec b/JSONWebToken.podspec index 8308799..4e225fa 100644 --- a/JSONWebToken.podspec +++ b/JSONWebToken.podspec @@ -12,6 +12,6 @@ Pod::Spec.new do |spec| spec.tvos.deployment_target = '9.0' spec.watchos.deployment_target = '2.0' spec.requires_arc = true - spec.dependency 'CryptoSwift', '~> 0.6.0' + spec.dependency 'CryptoSwift', '~> 0.6.1' spec.module_name = 'JWT' end diff --git a/Package.swift b/Package.swift index cd938aa..0a0d191 100644 --- a/Package.swift +++ b/Package.swift @@ -3,6 +3,6 @@ import PackageDescription let package = Package( name: "JWT", dependencies: [ - .Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0, 6, 0) ..< Version(0, 7, 0)) + .Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0, 6, 1) ..< Version(0, 7, 0)) ] )