Skip to content

Commit

Permalink
feat: update minimum io version
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Oct 14, 2024
1 parent 5e8d0c5 commit 38af52d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "Web3SwiftMpcProvider",
platforms: [.iOS(.v13), .macOS(.v11)],
platforms: [.iOS(.v14), .macOS(.v11)],
products: [
.library(
name: "Web3SwiftMpcProvider",
Expand All @@ -14,8 +14,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/argentlabs/web3.swift", from:"1.6.0"),
.package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "4.0.0"),
.package(url: "https://github.com/tkey/curvelib.swift", from: "1.0.1"),
.package(url: "https://github.com/torusresearch/tss-client-swift.git", from: "6.0.0"),
.package(url: "https://github.com/tkey/curvelib.swift", from: "2.0.0"),
],
targets: [
.target(
Expand Down
6 changes: 3 additions & 3 deletions web3-mpc-provider-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "web3-mpc-provider-swift"
spec.version = "4.0.0"
spec.version = "5.0.0"
spec.ios.deployment_target = '13.0'
spec.summary = "MPC TSS Client"
spec.homepage = "https://web3auth.io/"
Expand All @@ -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 'tss-client-swift', '4.0.0'
spec.dependency 'curvelib.swift', '~> 1.0.1'
spec.dependency 'tss-client-swift', '6.0.0'
spec.dependency 'curvelib.swift', '~> 2.0.0'
spec.module_name = "Web3SwiftMpcProvider"
end

0 comments on commit 38af52d

Please sign in to comment.