Skip to content

Commit

Permalink
fix: torus-utils dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Nov 22, 2024
1 parent fb0ba60 commit 0bf880d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "4.0.1"
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 All @@ -10,6 +10,6 @@ Pod::Spec.new do |spec|
spec.module_name = "tkey"
spec.source = { :git => "https://github.com/tkey/tkey-mpc-swift.git", :tag => spec.version }
spec.vendored_framework = "Sources/libtkey/libtkey.xcframework"
spec.dependency 'TorusUtils', '~> 10.0.0'
spec.dependency 'Torus-utils', '~> 10.0.0'
spec.source_files = "Sources/**/*.{swift,c,h}"
end

0 comments on commit 0bf880d

Please sign in to comment.