Skip to content

Commit

Permalink
update podspec version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Nov 1, 2023
1 parent b7e4eff commit 240a320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Torus-utils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Torus-utils"
spec.version = "5.0.0"
spec.version = "6.1.0"
spec.ios.deployment_target = "13.0"
spec.summary = "Retrieve user shares"
spec.homepage = "https://github.com/torusresearch/torus-utils-swift"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.module_name = "TorusUtils"
spec.source = { :git => "https://github.com/torusresearch/torus-utils-swift.git", :tag => spec.version }
spec.source_files = "Sources/TorusUtils/*.{swift,json}","Sources/TorusUtils/**/*.{swift,json}"
spec.dependency 'Torus-fetchNodeDetails', '~> 4.0.0'
spec.dependency 'Torus-fetchNodeDetails', '~> 5.1.0'
spec.dependency 'CryptoSwift', '~> 1.5.1'
spec.dependency 'secp256k1.swift', '~> 0.1.4'
end

0 comments on commit 240a320

Please sign in to comment.