blob: 015fb4b976a71350a52e4285585f7382f9eef716 [file] [log] [blame]
{
"name": "HDWalletSwiftSdk",
"version": "0.4.0",
"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/serhiy1017/HDWalletSwiftSdk.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"impl": "s.bezpalyi@yandex.com"
},
"source": {
"git": "https://github.com/serhiy1017/HDWalletSwiftSdk.git",
"tag": "0.4.0"
},
"swift_versions": "5",
"static_framework": true,
"platforms": {
"ios": "11.0",
"osx": "10.11"
},
"module_name": "HDWalletKit",
"source_files": "HDWalletKit/**/*.{swift}",
"dependencies": {
"secp256k1.swift": [
"~> 0.1.4"
],
"CryptoSwift": [
"~> 1.0.0"
]
},
"swift_version": "5"
}