diff --git a/Package.swift b/Package.swift index 70932a4..f3736cc 100644 --- a/Package.swift +++ b/Package.swift @@ -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. @@ -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"), ], diff --git a/tkey-mpc-swift.podspec b/tkey-mpc-swift.podspec index 4c63291..815f048 100644 --- a/tkey-mpc-swift.podspec +++ b/tkey-mpc-swift.podspec @@ -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/"