Skip to content

Commit

Permalink
Update CryptoSwift to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 13, 2016
1 parent 6a1bc82 commit 65ab050
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "krzyzanowskim/CryptoSwift" ~> 0.4.0
github "krzyzanowskim/CryptoSwift" ~> 0.6.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "krzyzanowskim/CryptoSwift" "0.4.0"
github "krzyzanowskim/CryptoSwift" "0.6.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/CryptoSwift
Submodule CryptoSwift updated 108 files
2 changes: 1 addition & 1 deletion JSONWebToken.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '10.9'
spec.tvos.deployment_target = '9.0'
spec.requires_arc = true
spec.dependency 'CryptoSwift', '~> 0.4.0'
spec.dependency 'CryptoSwift', '~> 0.6.0'
spec.module_name = 'JWT'
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "JWT",
dependencies: [
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0,2,2)..<Version(0,3,0))
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", versions: Version(0, 6, 0) ..< Version(0, 7, 0))
]
)

0 comments on commit 65ab050

Please sign in to comment.