Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Oct 22, 2018
2 parents 75c92b5 + 8912000 commit 7d9de48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "web3swift"
s.version = "1.1.7"
s.version = "1.1.8"
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"

s.description = <<-DESC
Expand All @@ -24,6 +24,7 @@ s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.frameworks = 'CoreImage'
s.dependency 'PromiseKit', '~> 6.4'
s.dependency 'BigInt', '~> 3.1'
s.dependency 'Result', '~> 4.0'
s.dependency 'CryptoSwift', '~> 0.12'
s.dependency 'secp256k1.swift'
end

0 comments on commit 7d9de48

Please sign in to comment.