blob: 7b296bee380a327e0f32e2020c7c7b5d12cee955 [file] [log] [blame]
{
"name": "HDWalletKit",
"version": "0.2.5",
"summary": "Hierarchical Deterministic(HD) wallet for cryptocurrencies in Swift",
"description": "Simple Swift library for creating HD ([Hierarchical Deterministic Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)) cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.",
"homepage": "https://github.com/essentiaone/HDWallet.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"impl": "pavlo.bojkoo@gmail.com"
},
"source": {
"git": "https://github.com/essentiaone/HDWallet.git",
"tag": "0.2.5"
},
"swift_versions": "4.2",
"static_framework": true,
"platforms": {
"ios": "11.0",
"osx": "10.11"
},
"module_name": "HDWalletKit",
"source_files": "HDWalletKit/**/*.{swift}",
"dependencies": {
"secp256k1.swift": [
"~> 0.1.4"
],
"CryptoSwift": [
"~> 0.12"
]
}
}