blob: 3d53a6dfd55727f2352f6ee692965d249d916732 [file] [log] [blame]
{
"name": "HDWalletKit",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"swift_version": "4.1",
"static_framework": true,
"module_name": "HDWalletKit",
"source_files": "HDWalletKit/**/*.{swift}",
"dependencies": {
"secp256k1.swift": [
"~> 0.1.4"
],
"CryptoSwift": [
"~> 0.11"
],
"scrypt": [
"~> 1.5"
]
}
}