blob: c95f94995a5e6c68d328ef9a70c8b762e663b2b1 [file] [log] [blame]
{
"name": "ViteEthereum",
"version": "0.0.2",
"summary": "Vite Ethereum wallet kit",
"homepage": "https://github.com/vitelabs/vite-ethereum-ios",
"description": "Vite Ethereum is a swift framework that you can create mnemonic words ,bip public key ,address,send eth,send erc20 token",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Water": "caoliang@vite.org"
},
"source": {
"git": "https://github.com/vitelabs/vite-ethereum-ios.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ViteEthereum/Classes/**/*",
"frameworks": [
"UIKit",
"Security"
],
"dependencies": {
"web3swift.pod": [
"2.1.9"
],
"CryptoSwift": [
"0.14.0"
]
}
}