blob: 4059825ac29d7ebce750465e247092e10ea27f32 [file] [log] [blame]
{
"name": "TezosGen",
"version": "0.2",
"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": "0.2"
},
"preserve_paths": [
"TezosGen/bin/tezosgen",
"TezosGen/Rakefile",
"TezosGen/templates/**",
"LICENSE"
],
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"dependencies": {
"TezosSwift": [
]
}
}