blob: 00ee34381228e199415494d5d711dfd62df41d1b [file] [log] [blame]
{
"name": "TrustKeystore",
"version": "0.4.0",
"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"
},
"source": {
"git": "https://github.com/TrustWallet/trust-keystore.git",
"tag": "0.4.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"BigInt": [
],
"CryptoSwift": [
],
"TrezorCrypto": [
],
"TrustCore": [
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}