blob: 1ef6082036bded73ec513146dc897162698ad007 [file] [log] [blame]
{
"name": "TrustKeystore",
"version": "0.1.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": "9.0"
},
"source": {
"git": "https://github.com/TrustWallet/trust-keystore.git",
"tag": "0.1.0"
},
"source_files": "Sources",
"dependencies": {
"CryptoSwift": [
],
"secp256k1_ios": [
"~> 0.1.0"
],
"TrezorCrypto": [
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}