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