2 "name": "WireCompiler",
3 "version": "5.0.0-alpha02",
8 "homepage": "https://github.com/square/wire",
10 "Eric Firestone": "@firetweet"
12 "summary": "gRPC and protocol buffer compiler for Android, Kotlin, Java, and Swift.",
14 "git": "https://github.com/square/wire.git",
15 "tag": "5.0.0-alpha02"
17 "module_name": "WireCompiler",
21 "prepare_command": "curl -L https://repo.maven.apache.org/maven2/com/squareup/wire/wire-compiler/5.0.0-alpha02/wire-compiler-5.0.0-alpha02-jar-with-dependencies.jar --output compiler.jar\nif ! jar tf compiler.jar >/dev/null 2>&1; then\n echo \"[WireCompiler] The compiler.jar file is invalid or corrupted.\"\n exit 1\nfi",
22 "preserve_paths": "compiler.jar"