blob: 0e91391be660ece36783778936f6c766a8a2b7d4 [file] [log] [blame]
{
"name": "EOSIO",
"version": "0.3.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.3.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"
}