Skip to content

Commit

Permalink
feat: updated packages, podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Sep 28, 2021
1 parent c4e1297 commit b3fe93b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 192 deletions.
118 changes: 0 additions & 118 deletions .swiftpm/xcode/xcshareddata/xcschemes/TorusUtils.xcscheme

This file was deleted.

23 changes: 7 additions & 16 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"package": "FetchNodeDetails",
"repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift",
"state": {
"branch": "feat/oslog",
"revision": "fea8f6b275b07ae11bf98f3fe30135b75ea90b5c",
"version": null
"branch": null,
"revision": "9ca24bd5ade37d8075c1261e370c932235dfd984",
"version": "1.1.0"
}
},
{
Expand All @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/vapor/jwt-kit.git",
"state": {
"branch": null,
"revision": "7a9a04df93e71de10fa2e8d6e9430dd0a7924643",
"version": "4.2.4"
"revision": "846998c28d5c024137b61b8d788e2e7d21b16d08",
"version": "4.2.5"
}
},
{
Expand All @@ -87,17 +87,8 @@
"repositoryURL": "https://github.com/apple/swift-crypto.git",
"state": {
"branch": null,
"revision": "3bea268b223651c4ab7b7b9ad62ef9b2d4143eb6",
"version": "1.1.6"
}
},
{
"package": "BestLogger",
"repositoryURL": "https://github.com/rathishubham7/swift-logger",
"state": {
"branch": null,
"revision": "e1e2fa0a6ee9f572432835b70f980a8b36449575",
"version": "0.0.3"
"revision": "127d3745c37b5705e4bc8d16c7951c48dcc3332c",
"version": "2.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["TorusUtils"]),
],
dependencies: [
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", .branch("feat/oslog")),
.package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "1.1.0"),
.package(name:"PMKFoundation", url: "https://github.com/PromiseKit/Foundation.git", from: "3.4.0"),
.package(name:"PromiseKit", url: "https://github.com/mxcl/PromiseKit.git", from: "6.0.0"),
.package(name:"CryptorECC", url: "https://github.com/IBM-Swift/BlueECC.git", from: "1.2.4"),
Expand Down
4 changes: 2 additions & 2 deletions Torus-utils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Torus-utils"
spec.version = "1.0.0"
spec.version = "1.1.0"
spec.platform = :ios, "11.0"
spec.summary = "Retrieve user shares"
spec.homepage = "https://github.com/torusresearch/torus-utils-swift"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.module_name = "TorusUtils"
spec.source = { :git => "https://github.com/torusresearch/torus-utils-swift.git", :tag => spec.version }
spec.source_files = "Sources/TorusUtils/*.{swift,json}","Sources/TorusUtils/**/*.{swift,json}"
spec.dependency 'Torus-fetchNodeDetails', '~> 1.0.0'
spec.dependency 'Torus-fetchNodeDetails', '~> 1.1.0'
spec.dependency 'CryptoSwift', '~> 1.4.1'
spec.dependency 'secp256k1.swift', '~> 0.1.4'
spec.dependency 'PromiseKit/Foundation', '~> 6.0'
Expand Down
55 changes: 0 additions & 55 deletions cocoapods/Podfile.lock

This file was deleted.

0 comments on commit b3fe93b

Please sign in to comment.