blob: 979bcf8db15920513ce23a2b3ce8b29ea343308d [file] [log] [blame]
{
"name": "CKMnemonic",
"version": "0.1.5",
"summary": "An implementation of BIP39 used Swift.",
"description": "An implementation of BIP39 used Swift. For HDWallet.",
"homepage": "https://github.com/CikeQiu/CKMnemonic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HongYang Qiu": "qiuhongyang@askcoin.com"
},
"source": {
"git": "https://github.com/CikeQiu/CKMnemonic.git",
"tag": "v0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CKMnemonic/CKMnemonic/CKMnemonic/**/*.swift",
"dependencies": {
"CryptoSwift": [
]
},
"pushed_with_swift_version": "3.0"
}