blob: c79fe24e73bf8dca0c110939468abc122f595c04 [file] [log] [blame]
{
"name": "EthereumUnitSwift",
"version": "0.1.0",
"summary": "Ethereum unit conversion for Swift",
"homepage": "https://github.com/anchorpw/ethereum-unit-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ne0nx": "d.karachentsov@gmail.com"
},
"source": {
"git": "https://github.com/anchorpw/ethereum-unit-swift",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EthereumUnitSwift/Classes/**/*",
"dependencies": {
"BigInt": [
"~> 3.1"
]
}
}