Skip to content

Commit

Permalink
Merge pull request #25 from torusresearch/fix_starscream_dependency
Browse files Browse the repository at this point in the history
fix: bump starscream dependency
  • Loading branch information
himanshuchawla009 authored Nov 22, 2024
2 parents 4eadb32 + aad0d47 commit 6f00e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tss-client-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "tss-client-swift"
spec.version = "5.0.0"
spec.version = "5.0.1"
spec.ios.deployment_target = '13.0'
spec.summary = "MPC TSS Client"
spec.homepage = "https://web3auth.io/"
Expand All @@ -13,6 +13,6 @@ Pod::Spec.new do |spec|
spec.dependency 'curvelib.swift', '~> 2.0.0'
spec.dependency 'BigInt', '~> 5.2.0'
spec.dependency 'Socket.IO-Client-Swift', '16.1.1'
spec.dependency "Starscream", "4.0.6"
spec.dependency "Starscream", "4.0.8"
spec.module_name = "tssClientSwift"
end

0 comments on commit 6f00e4e

Please sign in to comment.