blob: b6dd221a2fd279ee92c37e8fa9aa64f4ff346311 [file] [log] [blame]
{
"name": "ZillaCore",
"version": "0.1.0",
"summary": "Core Ethereum data structures and algorithms.",
"homepage": "https://github.com/zla-io/zilla-core",
"license": "ZLA",
"authors": {
"Jamal Mahfuz": "jamalmahfuz@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/zla-io/zilla-core.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": [
"Sources/ZillaCore.h",
"Sources/EthereumCrypto.h"
],
"dependencies": {
"BigInt": [
],
"TrezorCrypto": [
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}