blob: a83dae28b250e330d191d41b594a8861b5d3d4a5 [file] [log] [blame]
{
"name": "WalletCore",
"version": "1.3.5",
"summary": "Core Ethereum data structures and algorithms.",
"homepage": "https://github.com/candangios/WalletCore",
"license": "MIT",
"authors": {
"candangios": "candd1707@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/candangios/WalletCore.git",
"tag": "1.3.5"
},
"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"
},
"swift_version": "4.0"
}