Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Oct 15, 2018
1 parent b61afa6 commit d96f817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ s.public_header_files = "web3swift/**/*.{h}"
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

s.frameworks = 'CoreImage'
s.dependency 'PromiseKit', '~> 6.4'
s.dependency 'BigInt', '~> 3.1'
s.dependency 'Result', '~> 3.0'
s.dependency 'CryptoSwift', '~> 0.11'
s.dependency 'secp256k1_ios', '~> 0.1'
s.dependency 'PromiseKit', '~> 6.3'
s.dependency 'scrypt', '~> 1.5'
s.dependency 'CryptoSwift', '~> 0.12'
s.dependency 'secp256k1.swift'
end

This file was deleted.

0 comments on commit d96f817

Please sign in to comment.