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