blob: 2b7f76f01591a40650dbab86106da85645d26b70 [file] [log] [blame]
{
"name": "TCDH",
"version": "0.0.1-dh",
"summary": "Core Ethereum data structures and algorithms.",
"homepage": "https://github.com/DahanHu/trust-core",
"license": "MIT",
"authors": {
"DahanHu": "849565897@qq.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/DahanHu/trust-core.git",
"branch": "tcdh",
"tag": "0.0.1-dh"
},
"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"
}
}