blob: dd16d2bd7d67066a8286f4d4b8dcc6dcc64bdc36 [file] [log] [blame]
{
"name": "TrustCore",
"version": "0.2.1",
"summary": "Core Ethereum data structures and algorithms.",
"homepage": "https://github.com/TrustWallet/trust-core",
"license": "MIT",
"authors": {
"Alejandro Isaza": "al@isaza.ca"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/TrustWallet/trust-core.git",
"tag": "0.2.1"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": [
"Sources/TrustCore.h",
"Sources/Crypto.h"
],
"dependencies": {
"BigInt": [
],
"TrezorCrypto": [
"~> 0.0.6"
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}