blob: 4b8ac00b3d0690e412961f31ad7526e8fd11b73b [file] [log] [blame]
{
"name": "EtherWalletKit",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"web3swift": [
"~> 0.8.0"
]
}
}