blob: a7f55312c3b3547d70af4114f160fd4e1c5da03f [file] [log] [blame]
{
"name": "Torus-fetchNodeDetails",
"version": "0.0.10",
"platforms": {
"ios": "10.0"
},
"summary": "Fetches the node details from torus nodelist smart contract",
"homepage": "https://github.com/torusresearch/fetch-node-details-swift",
"license": "BSD 3.0",
"swift_versions": "5.0",
"authors": {
"Torus Labs": "rathishubham017@gmail.com"
},
"source": {
"git": "https://github.com/torusresearch/fetch-node-details-swift.git",
"tag": "0.0.10"
},
"source_files": [
"Sources/FetchNodeDetails/*.{swift,json}",
"Sources/FetchNodeDetails/**/*.{swift,json}"
],
"module_name": "FetchNodeDetails",
"dependencies": {
"web3swift": [
"~> 2.2.0"
]
},
"swift_version": "5.0"
}