blob: 462f27f5827a18635bb097976d880aeccb94773c [file] [log] [blame]
{
"name": "GoldenKeystore",
"version": "1.0.3",
"summary": "A Swift library for generating BIP32, BIP39 key pairs",
"homepage": "https://github.com/goldennetwork/GoldenKeystore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Viettranx": "viettranx@gmail.com"
},
"source": {
"git": "https://github.com/goldennetwork/GoldenKeystore.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "*.swift",
"dependencies": {
"TrezorCrypto": [
"0.0.6"
]
}
}