Skip to content

Commit

Permalink
feat: remove celeste support
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent 3d98988 commit e477901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "tkey-mpc-swift",
platforms: [
.iOS(.v13), .macOS(.v10_15)
.iOS(.v14), .macOS(.v10_15)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand All @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift", branch: "encapsulate_torusnetwork"),
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift", branch: "remove_celeste_support"),
// dev dependencies only
.package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
],
Expand Down
2 changes: 1 addition & 1 deletion tkey-mpc-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "tkey-mpc-swift"
spec.version = "4.0.0"
spec.version = "5.0.0"
spec.platform = :ios, "14.0"
spec.summary = "SDK allows you to create threshold key setup natively with multiparty computation support"
spec.homepage = "https://web3auth.io/"
Expand Down

0 comments on commit e477901

Please sign in to comment.