[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / b / 4 / WireCompiler / 4.0.0 / WireCompiler.podspec.json
blobff54a97b524a1adfefebb4914a53c05a0ea54307
2   "name": "WireCompiler",
3   "version": "4.0.0",
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.0.0"
16   },
17   "module_name": "WireCompiler",
18   "prepare_command": "JAVA_HOME=\"$(/usr/libexec/java_home -v 1.8)\"\n./gradlew -p wire-library :wire-compiler:shadowJar\nMOST_RECENT_ARTIFACT=\"$(ls -t ./wire-library/wire-compiler/build/libs/wire-compiler-*-jar-with-dependencies.jar | head -n1)\"\ncp \"$MOST_RECENT_ARTIFACT\" ./compiler.jar",
19   "preserve_paths": "compiler.jar",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }