Skip to content

Commit

Permalink
minor bugs and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Mar 22, 2021
1 parent 052c1a0 commit f80cb28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
"version": "1.0.0"
}
},
{
"package": "TorusUtils",
"repositoryURL": "https://github.com/torusresearch/torus-utils-swift",
"state": {
"branch": null,
"revision": "920b90979d1d5c9b45aa74ec774296014400c959",
"version": "0.1.3"
}
},
{
"package": "Web3swift",
"repositoryURL": "https://github.com/rathishubham7/web3swift",
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ let package = Package(
],
dependencies: [
.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", .upToNextMinor(from: "0.1.0")),
// .package(name:"TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift", .revision("8ab3dc8ae3c0b54ee49f0bbf4231d32e7010bdfe")),
.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: [
Expand Down
2 changes: 1 addition & 1 deletion Torus-directSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Torus-directSDK"
spec.version = "0.2.2"
spec.version = "0.2.3"
spec.platform = :ios, "10.0"
spec.summary = "Swift SDK that allows applications to directly interact with the Torus Network, similar to how Torus Wallet does."
spec.homepage = "https://github.com/torusresearch/torus-direct-swift-sdk"
Expand Down

0 comments on commit f80cb28

Please sign in to comment.