Skip to content

Commit

Permalink
feat: updated podspec version, package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Sep 28, 2021
1 parent 020de7b commit 9ca24bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
"version": "0.1.4"
}
},
{
"package": "BestLogger",
"repositoryURL": "https://github.com/rathishubham7/swift-logger",
"state": {
"branch": null,
"revision": "e1e2fa0a6ee9f572432835b70f980a8b36449575",
"version": "0.0.3"
}
},
{
"package": "web3.swift",
"repositoryURL": "https://github.com/argentlabs/web3.swift",
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ let package = Package(
targets: ["FetchNodeDetails"]),
],
dependencies: [
.package(url: "https://github.com/rathishubham7/swift-logger", from:"0.0.1"),
.package(url: "https://github.com/argentlabs/web3.swift", from:"0.7.0"),
.package(url: "https://github.com/mxcl/PromiseKit", from: "6.0.0")
],
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: "FetchNodeDetails", dependencies: ["web3.swift", "PromiseKit", "BestLogger"], path: "Sources"),
name: "FetchNodeDetails", dependencies: ["web3.swift", "PromiseKit"], path: "Sources"),
.testTarget(
name: "FetchNodeDetailsTests",
dependencies: ["FetchNodeDetails"]),
Expand Down
2 changes: 1 addition & 1 deletion Torus-fetchNodeDetails.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Torus-fetchNodeDetails"
spec.version = "1.0.1"
spec.version = "1.1.0"
spec.platform = :ios, "11.0"
spec.summary = "Fetches the node details from torus nodelist smart contract"
spec.homepage = "https://github.com/torusresearch/fetch-node-details-swift"
Expand Down

0 comments on commit 9ca24bd

Please sign in to comment.