[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / gRPC-Swift / 1.0.0-alpha.21 / gRPC-Swift.podspec.json
blob154acff4e721a7d51c58c911bd9e71b06ef904c3
2   "name": "gRPC-Swift",
3   "module_name": "GRPC",
4   "version": "1.0.0-alpha.21",
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   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "10.0",
19     "watchos": "6.0"
20   },
21   "source": {
22     "git": "https://github.com/grpc/grpc-swift.git",
23     "tag": "1.0.0-alpha.21"
24   },
25   "source_files": "Sources/GRPC/**/*.{swift,c,h}",
26   "dependencies": {
27     "Logging": [
28       ">= 1.4.0",
29       "< 2"
30     ],
31     "SwiftNIO": [
32       ">= 2.25.0",
33       "< 3"
34     ],
35     "SwiftNIOHTTP2": [
36       ">= 1.16.0",
37       "< 2"
38     ],
39     "SwiftNIOSSL": [
40       ">= 2.10.1",
41       "< 3"
42     ],
43     "SwiftNIOTransportServices": [
44       ">= 1.9.1",
45       "< 2"
46     ],
47     "SwiftProtobuf": [
48       ">= 1.13.0",
49       "< 2"
50     ],
51     "CGRPCZlib": [
52       "1.0.0-alpha.21"
53     ]
54   },
55   "swift_version": "5.0"