blob: a82cafdd6912a980e3f3377eb80172385857c9a5 [file] [log] [blame]
{
"name": "EtherWalletKit",
"version": "0.1.4",
"summary": "Ethereum Wallet Toolkit for iOS",
"swift_version": "4.0",
"description": "Ethereum Wallet Toolkit for iOS - You can implement Ethereum wallet without a server and blockchain knowledge.",
"homepage": "https://github.com/SteadyAction/EtherWalletKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SteadyAction": "steadyaction@gmail.com"
},
"source": {
"git": "https://github.com/SteadyAction/EtherWalletKit.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"web3swift": [
"~> 2.0"
],
"SwiftKeychainWrapper": [
]
}
}