blob: 51ec441b169f781ca84fe50f64bd13af66b88f76 [file] [log] [blame]
{
"name": "WireCompiler",
"version": "3.3.0",
"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"
},
"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
}
}