blob: 4479fabf094f34e18f9524510f8962e1ce72f9ec [file] [log] [blame]
{
"name": "EtherKit",
"version": "0.2.0",
"summary": "A library for interacting with the Ethereum network.",
"description": "EtherKit provides some useful abstractions for interacting with the Ethereum network:\n\n * A spec-compliant JSONRPC API with both HTTPS/Websocket support.\n * A conversion engine that can convert between subdenominations of Ethereum.\n * A Keystore for generating and accessing Ethereum Wallets.\n * A codegen utility for generating Swift bindings for a Contract's ABI.",
"homepage": "https://github.com/Vaultio/EtherKit",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": "Vault, Inc.",
"source": {
"git": "https://github.com/Vaultio/EtherKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"subspecs": [
{
"name": "Core",
"source_files": "EtherKit/**/*",
"dependencies": {
"BigInt": [
],
"Starscream": [
],
"Marshal": [
],
"CryptoSwift": [
],
"secp256k1.swift": [
],
"Result": [
"~> 4.0.0"
]
},
"resource_bundles": {
"WordLists": [
"Assets/WordLists/*.txt"
]
}
},
{
"name": "PromiseKit",
"source_files": "Extras/PromiseKit/*.swift",
"dependencies": {
"EtherKit/Core": [
],
"PromiseKit/CorePromise": [
]
}
}
]
}