Skip to content

Commit 272ab57

Browse files
committed
fix: update for downgrade bigint
1 parent 8fe0cc8 commit 272ab57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
20-
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift" , from: "8.1.0"),
20+
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift" , from: "8.1.1"),
2121
// dev dependencies only
2222
.package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
2323
],

tkey-mpc-swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "tkey-mpc-swift"
3-
spec.version = "3.0.0"
3+
spec.version = "3.0.1"
44
spec.platform = :ios, "14.0"
55
spec.summary = "SDK allows you to create threshold key setup natively with multiparty computation support"
66
spec.homepage = "https://web3auth.io/"
@@ -10,6 +10,6 @@ Pod::Spec.new do |spec|
1010
spec.module_name = "tkey"
1111
spec.source = { :git => "https://github.com/tkey/tkey-mpc-swift.git", :tag => spec.version }
1212
spec.vendored_framework = "Sources/libtkey/libtkey.xcframework"
13-
spec.dependency 'TorusUtils', '~> 8.1.0'
13+
spec.dependency 'TorusUtils', '~> 8.1.1'
1414
spec.source_files = "Sources/**/*.{swift,c,h}"
1515
end

0 commit comments

Comments
 (0)