Skip to content

Commit

Permalink
fix: podspec name and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Apr 22, 2024
1 parent 9e93e78 commit dd368b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/tkey/web3-swift-mpc-provider.git", :tag => spec.version }
spec.source_files = "Sources/**/*.{swift,h,c}"
spec.dependency 'web3.swift', '~> 1.6.0'
spec.dependency 'tssClientSwift', '4.0.0'
spec.dependency 'tss-client-swift', '4.0.0'
spec.dependency 'curvelib.swift', '~> 1.0.1'
spec.module_name = "Web3SwiftMpcProvider"
end

0 comments on commit dd368b3

Please sign in to comment.