blob: 46993b8909fcc1475eb61747a1fd3fc7fe9d36cb [file] [log] [blame]
{
"name": "WireCompiler",
"version": "3.3.0-alpha1",
"license": {
"type": "apache2",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/square/wire",
"authors": {
"Eric Firestone": "@firetweet"
},
"summary": "gRPC and protocol buffer compiler for Android, Kotlin, Java, and Swift.",
"source": {
"git": "https://github.com/square/wire.git",
"tag": "3.3.0-alpha1"
},
"module_name": "WireCompiler",
"prepare_command": "./gradlew -p wire-library :wire-compiler:assemble\ncp ./wire-library/wire-compiler/build/libs/wire-compiler-*-jar-with-dependencies.jar ./compiler.jar",
"preserve_paths": "compiler.jar",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}