blob: 0e50a4b5a6974a83b3e8adf8e8a8a9e80c66c421 [file] [log] [blame]
{
"name": "EOSIO",
"version": "0.2.0",
"summary": "Library for swiftly working with EOSIO blockchains on MacOS, Linux and iOS",
"homepage": "https://github.com/greymass/swift-eosio",
"license": {
"type": "BSD-3-CLAUSE",
"file": "LICENSE"
},
"authors": {
"Johan Nordberg": "code@johan-nordberg.com"
},
"source": {
"git": "https://github.com/greymass/swift-eosio.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "12.0"
},
"module_name": "EOSIO",
"swift_versions": "5.2",
"dependencies": {
"EOSIO-CCrypto": [
"0.2.0"
],
"secp256k1-gm": [
"0.0.3"
],
"QueryStringCoder": [
"0.1.0"
]
},
"source_files": "Sources/EOSIO/**/*",
"swift_version": "5.2"
}