blob: 15e75fff64c14078dc1fe6b250549e25c15b2b8d [file] [log] [blame]
{
"name": "TezosGen",
"version": "1.0",
"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": {
"git": "https://github.com/AckeeCZ/Tezos-iOS-Dev-Kit.git",
"tag": "1.0"
},
"preserve_paths": [
"TezosGen/**",
"LICENSE"
],
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"dependencies": {
"TezosSwift": [
"~> 1.0"
]
}
}