blob: 6e2ebe71aecb6ace67ba889f942b0990f47e341b [file] [log] [blame]
{
"name": "ContractCodegen",
"version": "0.0.3",
"summary": "Generate code from abi.json",
"description": "Generate code from abi.json using Swift tool.",
"homepage": "https://github.com/AckeeCZ/Ethereum-iOS-Dev-Kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ackee": "info@ackee.cz"
},
"source": {
"git": "https://github.com/AckeeCZ/Ethereum-iOS-Dev-Kit.git",
"tag": "0.0.3"
},
"preserve_paths": [
"ContractCodegen/bin/contractgen",
"ContractCodegen/Rakefile",
"ContractCodegen/templates/**",
"ContractCodegen/LICENSE"
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}