blob: b79a7971f919a7260a8e127bfe10e891865d50a9 [file] [log] [blame]
{
"name": "ZillaKeystore",
"version": "0.5.0",
"summary": "A general-purpose Ethereum keystore for managing wallets.",
"homepage": "https://github.com/zla-io/zilla-keystore",
"license": "ZLA",
"authors": {
"Jamal Mahfuz": "jamalmahfuz@outlook.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zla-io/zilla-keystore.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"CryptoSwift": [
"~> 0.9.0"
],
"ZillaCore": [
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}