blob: 45bec54720012623a13a598c0a0d538b7ff6e81f [file] [log] [blame]
{
"name": "DekuSanCore",
"version": "0.2.2",
"summary": "Core DEXON data structures and algorithms.",
"homepage": "https://dexon.org",
"license": "MIT",
"authors": {
"DEXON Foundation": "app@dexon.org"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/dexon-foundation/dekusan-core.git",
"tag": "0.2.2"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": [
"Sources/DekuSanCore.h",
"Sources/Crypto.h"
],
"dependencies": {
"BigInt": [
],
"TrezorCrypto": [
"~> 0.0.8"
],
"SwiftProtobuf": [
"~> 1.0"
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}