[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 8 / d / 0 / Wire / 4.0.0-alpha.7 / Wire.podspec.json
blob110235b10c481a634e26fdede4eb5e8bfb8ee277
2   "name": "Wire",
3   "version": "4.0.0-alpha.7",
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": "4.0.0-alpha.7"
16   },
17   "module_name": "Wire",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.15"
22   },
23   "source_files": "wire-library/wire-runtime-swift/src/main/swift/**/*.swift",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "platforms": {
29         "ios": "11.0",
30         "osx": "10.15"
31       },
32       "script_phases": {
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"
36       },
37       "preserve_paths": "wire-library/wire-runtime-swift/src/test/proto/**/*.proto",
38       "source_files": "wire-library/wire-runtime-swift/src/test/swift/**/*.swift"
39     }
40   ],
41   "swift_version": "5.0"