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",
24 "source_files": "wire-runtime-swift/src/main/swift/**/*.swift",
35 "name": "Compile Test Protos",
36 "execution_position": "before_compile",
37 "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 :wire-runtime-swift:generateTestProtos\n"
39 "preserve_paths": "wire-runtime-swift/src/test/proto/**/*.proto",
40 "source_files": "wire-runtime-swift/src/test/swift/**/*.swift"
43 "swift_version": "5.0"