Skip to content

Commit

Permalink
Update cocoapods vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed May 6, 2022
1 parent f8a9da2 commit 53b3c36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'web3swift'
spec.version = '2.6.3'
spec.version = '2.6.4'
spec.ios.deployment_target = "9.0"
spec.osx.deployment_target = "10.12"
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
Expand All @@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
spec.swift_version = '5.0'
spec.frameworks = 'CoreImage'
spec.dependency 'BigInt', '== 5.2.0'
spec.dependency 'Starscream', '== 4.0.4'
spec.dependency 'CryptoSwift', '== 1.4.3'
spec.dependency 'BigInt', '5.2.0'
spec.dependency 'Starscream', '4.0.4'
spec.dependency 'CryptoSwift', '1.4.3'
spec.dependency 'secp256k1.c', '~> 0.1'
spec.dependency 'PromiseKit', '== 6.15.3'
spec.dependency 'PromiseKit', '6.15.3'
end

0 comments on commit 53b3c36

Please sign in to comment.