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