blob: e3751ad38e7c34b811e864d19efd07b9491b028e [file] [log] [blame]
{
"name": "TrustKeystore",
"version": "0.5.2",
"summary": "A general-purpose Ethereum keystore for managing wallets.",
"homepage": "https://github.com/TrustWallet/trust-keystore",
"license": "GPL",
"authors": {
"Alejandro Isaza": "al@isaza.ca"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/TrustWallet/trust-keystore.git",
"tag": "0.5.2"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"TrezorCrypto": [
],
"TrustCore": [
"~> 0.2.2"
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}