[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / gRPC-Swift / 1.0.0-alpha.18 / gRPC-Swift.podspec.json
blob727722a3b9352205d2f2f9409042da56c04c490e
2   "name": "gRPC-Swift",
3   "version": "1.0.0-alpha.18",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Swift gRPC code generator plugin and runtime library",
9   "homepage": "https://www.grpc.io",
10   "authors": {
11     "The gRPC contributors": "grpc-packages@google.com"
12   },
13   "swift_versions": "5.0",
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/grpc/grpc-swift.git",
21     "tag": "1.0.0-alpha.18"
22   },
23   "source_files": "Sources/GRPC/**/*.{swift,c,h}",
24   "dependencies": {
25     "Logging": [
26       ">= 1.4.0",
27       "< 2"
28     ],
29     "SwiftNIO": [
30       ">= 2.19.0",
31       "< 3"
32     ],
33     "SwiftNIOHTTP2": [
34       ">= 1.13.0",
35       "< 2"
36     ],
37     "SwiftNIOSSL": [
38       ">= 2.8.0",
39       "< 3"
40     ],
41     "SwiftNIOTransportServices": [
42       ">= 1.6.0",
43       "< 2"
44     ],
45     "SwiftProtobuf": [
46       ">= 1.9.0",
47       "< 2"
48     ],
49     "CGRPCZlib": [
50       "1.0.0-alpha.18"
51     ]
52   },
53   "swift_version": "5.0"