blob: 2e6032a0f29a495925965088c98420a5320082f2 [file] [log] [blame]
{
"name": "ContractCodegen",
"version": "0.1",
"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.1"
},
"preserve_paths": [
"ContractCodegen/bin/contractgen",
"ContractCodegen/Rakefile",
"ContractCodegen/templates/**",
"ContractCodegen/LICENSE"
],
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"dependencies": {
"EtherKit": [
"~> 0.2.0"
],
"ReactiveSwift": [
"~> 4.0"
]
}
}