Skip to content

Commit

Permalink
feat: remove celeste support
Browse files Browse the repository at this point in the history
additionally update minimum swift version
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent 9190676 commit 2388224
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CustomAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomAuth"
spec.version = "12.0.0"
spec.version = "13.0.0"
spec.platform = :ios, "13.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/customauth-swift-sdk"
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/torusresearch/fetch-node-details-swift",
"state" : {
"branch" : "encapsulate_torusnetwork",
"revision" : "2fcd108ea89a48f092a955017977a299129d20c7"
"branch" : "remove_celeste_support",
"revision" : "c696757f2249d9b5d380fb5b3b6536bec8bc1741"
}
},
{
Expand Down Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/torusresearch/torus-utils-swift.git",
"state" : {
"branch" : "encapsulate_torusnetwork",
"revision" : "ef50d543ee773ebcde6ac386ac831e9ccaceef8f"
"branch" : "remove_celeste_support",
"revision" : "1ffc4d39bb6505e55e635ad69cee89e49b945f75"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import PackageDescription
let package = Package(
name: "CustomAuth",
platforms: [
.iOS(.v13), .macOS(.v11)
.iOS(.v14), .macOS(.v11)
],
products: [
.library(
name: "CustomAuth",
targets: ["CustomAuth"])
],
dependencies: [
.package(url: "https://github.com/torusresearch/torus-utils-swift.git", branch: "encapsulate_torusnetwork"),
.package(url: "https://github.com/torusresearch/torus-utils-swift.git", branch: "remove_celeste_support"),
.package(url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.1.0"),
// NB: jwt-kit may only be a test dependency or it will break cocoapods support
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
Expand Down

0 comments on commit 2388224

Please sign in to comment.