blob: 9dfa0b8a1d9a3d59c905e99352021899227806f6 [file] [log] [blame]
{
"name": "HDWalletKit",
"version": "0.0.4",
"summary": "Hierarchical Deterministic(HD) wallet for cryptocurrencies",
"description": "WalletKit is a Swift framwork that enables you to create and use bitcoin HD wallet([Hierarchical Deterministic Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)) in your own app.",
"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.0.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4",
"static_framework": true,
"module_name": "HDWalletKit",
"source_files": "HDWalletKit/**/*.{swift}",
"dependencies": {
"secp256k1.swift": [
"~> 0.1.4"
],
"CryptoSwift": [
"~> 0.10.0"
]
}
}