3 "version": "3.5.1-alpha2",
8 "homepage": "https://github.com/square/wire",
10 "Eric Firestone": "@firetweet"
12 "summary": "Protocol buffers runtime for Swift.",
14 "git": "https://github.com/square/wire.git",
17 "module_name": "Wire",
18 "swift_versions": "5.0",
23 "source_files": "wire-library/wire-runtime-swift/src/main/swift/*.swift",
33 "name": "Compile Test Protos",
34 "execution_position": "before_compile",
35 "script": " cd ${PODS_ROOT}/../..\n if [ ! -f ./gradlew ]; then\n # This is not development mode.\n # This pod was installed via a Podfile (not from source) and ./gradlew was removed.\n exit 0\n fi\n ./gradlew -p wire-library :wire-runtime-swift:generateTestProtos\n"
37 "preserve_paths": "wire-library/wire-runtime-swift/src/test/proto/**/*.proto",
38 "source_files": "wire-library/wire-runtime-swift/src/test/swift/**/*.swift"
41 "swift_version": "5.0"