Skip to content

Commit

Permalink
Bump dependencies (#162)
Browse files Browse the repository at this point in the history
* bump dependencies

* bump cocoapods dependencies
  • Loading branch information
anonrig authored Apr 1, 2020
1 parent f055c0e commit 16e85c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/evgenyneu/keychain-swift.git", from: "16.0.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.0.0"),
.package(url: "https://github.com/evgenyneu/keychain-swift.git", from: "19.0.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
4 changes: 2 additions & 2 deletions SwiftyInsta.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Pod::Spec.new do |s|
s.tvos.frameworks = 'UIKit'
s.watchos.frameworks = 'UIKit'

s.dependency "CryptoSwift", "~> 1.0"
s.dependency "KeychainSwift", "~> 16.0"
s.dependency "CryptoSwift", "~> 1.3"
s.dependency "KeychainSwift", "~> 19.0"
end

0 comments on commit 16e85c6

Please sign in to comment.