[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / d / 0 / Wire / 5.0.0 / Wire.podspec.json
blob1a4e458192b4aca069d61de8a3a428dad41b2f67
2   "name": "Wire",
3   "version": "5.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": "Protocol buffers runtime for Swift.",
13   "source": {
14     "git": "https://github.com/square/wire.git",
15     "tag": "5.0.0"
16   },
17   "module_name": "Wire",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.15",
22     "watchos": "3.0"
23   },
24   "source_files": "wire-runtime-swift/src/main/swift/**/*.swift",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "platforms": {
30         "ios": "11.0",
31         "osx": "10.15",
32         "watchos": "3.0"
33       },
34       "script_phases": {
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"
38       },
39       "preserve_paths": "wire-runtime-swift/src/test/proto/**/*.proto",
40       "source_files": "wire-runtime-swift/src/test/swift/**/*.swift"
41     }
42   ],
43   "swift_version": "5.0"