blob: cb39342c9fae1b1bfd35f264d3774556057f9e41 [file] [log] [blame]
{
"name": "bitcoin-hd-swift",
"version": "0.0.3",
"summary": "An implementation of BIP32 with Swift",
"description": "An implementation of BIP32 with Swift, for iOS projects.",
"homepage": "https://github.com/CikeQiu/bitcoin-hd-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HongYang Qiu": "work_cocody@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CikeQiu/bitcoin-hd-swift.git",
"tag": "0.0.3"
},
"source_files": "AskCoin-HD/AskCoin-HD/AskCoin-HD/**/*.swift",
"dependencies": {
"CKMnemonic": [
],
"CryptoSwift": [
],
"ASKSecp256k1": [
]
}
}