blob: 8ad7717ebf8fab4ea31d01d7fa473ba032ab0033 [file] [log] [blame]
{
"name": "neovmUtils",
"version": "0.2.2",
"summary": "Useful functions for the NEO and Ontology blockchains for iOS.",
"homepage": "https://github.com/Ryucoin/neovm-utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WyattMufson": "wyatt@ryucoin.com"
},
"source": {
"git": "https://github.com/Ryucoin/neovm-utils.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source_files": "neovmUtils/Classes/**/*",
"vendored_frameworks": "neoutils.framework",
"dependencies": {
"RyuCrypto": [
"~> 0.0.1"
]
}
}