Skip to content

Commit

Permalink
Merge pull request #37 from tkey/fix_torusutils_name_cocoapods
Browse files Browse the repository at this point in the history
fix: torus-utils dependency name
  • Loading branch information
himanshuchawla009 authored Nov 22, 2024
2 parents fb0ba60 + 52a6ef3 commit 9c9b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkey-mpc-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 9c9b48b

Please sign in to comment.