Skip to content

Commit

Permalink
updated package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Feb 19, 2021
1 parent a08fb5b commit 11c4db2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift",
"state": {
"branch": null,
"revision": "f9e2a3d9113b830b8ee75f58e1bf138c203e1e02",
"version": "0.0.18"
"revision": "7d93d8c98d45c723d4836e9406282dda237e48cb",
"version": "0.1.2"
}
},
{
Expand Down Expand Up @@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/torusresearch/torus-utils-swift",
"state": {
"branch": null,
"revision": "1b9cc1f43c9c0f80194aad80b25324d464f2fa59",
"version": "0.1.1"
"revision": "03f4e6903e48af69aff0ac59e9b53646b59ae1a4",
"version": "0.1.2"
}
},
{
Expand Down
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@ import PackageDescription
let package = Package(
name: "TorusSwiftDirectSDK",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "TorusSwiftDirectSDK",
targets: ["TorusSwiftDirectSDK"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name:"BestLogger", url: "https://github.com/rathishubham7/swift-logger", from: "0.0.1"),
.package(name: "TorusUtils", path: "../torus-utils-swift"),
// .package(name:"TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift", .upToNextMajor(from: "0.0.1")),
.package(name:"TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", ._exactItem("1.3.2"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "TorusSwiftDirectSDK",
dependencies: ["TorusUtils", "BestLogger"],
Expand Down

0 comments on commit 11c4db2

Please sign in to comment.