blob: 839e397e85ba5f05fba61305942226cdcaa9b821 [file] [log] [blame]
{
"name": "TezosGen",
"version": "1.0.1",
"summary": "Generate code from abi.json",
"description": "Generate code from abi.json using Swift tool.",
"homepage": "https://github.com/AckeeCZ/Tezos-iOS-Dev-Kit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ackee": "info@ackee.cz"
},
"source": {
"http": "https://github.com/AckeeCZ/Tezos-iOS-Dev-Kit/releases/download/1.0.1/tezosgen-1.0.1.zip"
},
"preserve_paths": "*",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"dependencies": {
"TezosSwift": [
"~> 1.0"
]
}
}