[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / b / 4 / WireCompiler / 4.9.1 / WireCompiler.podspec.json
blob02e9b64fae12b61eb467f79acff26b9d80cb9265
2   "name": "WireCompiler",
3   "version": "4.9.1",
4   "license": {
5     "type": "apache2",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "https://github.com/square/wire",
9   "authors": {
10     "Eric Firestone": "@firetweet"
11   },
12   "summary": "gRPC and protocol buffer compiler for Android, Kotlin, Java, and Swift.",
13   "source": {
14     "git": "https://github.com/square/wire.git",
15     "tag": "4.9.1"
16   },
17   "module_name": "WireCompiler",
18   "platforms": {
19     "osx": "10.15"
20   },
21   "prepare_command": "curl -L https://repo.maven.apache.org/maven2/com/squareup/wire/wire-compiler/4.9.1/wire-compiler-4.9.1-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"