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