blob: c314d8c0e3e4c038a3754b4e1ff6d791cc7beccf [file] [log] [blame]
{
"name": "DekuSanKeystore",
"version": "0.5.1",
"summary": "A general-purpose DEXON keystore for managing wallets.",
"homepage": "https://dexon.org",
"license": "GPL",
"authors": {
"DEXON Foundation": "app@dexon.org"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dexon-foundation/dekusan-keystore.git",
"tag": "0.5.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"TrezorCrypto": [
],
"DekuSanCore": [
"~> 0.2.2"
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}