[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / gRPC-Swift / 1.2.0 / gRPC-Swift.podspec.json
blob458c8ebaa789d3008b635c5b61ad94acf75503c0
2   "name": "gRPC-Swift",
3   "module_name": "GRPC",
4   "version": "1.2.0",
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.2",
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.2.0"
24   },
25   "source_files": "Sources/GRPC/**/*.{swift,c,h}",
26   "dependencies": {
27     "CGRPCZlib": [
28       "1.2.0"
29     ],
30     "Logging": [
31       ">= 1.4.0",
32       "< 2.0.0"
33     ],
34     "SwiftNIO": [
35       ">= 2.28.0",
36       "< 3.0.0"
37     ],
38     "SwiftNIOExtras": [
39       ">= 1.4.0",
40       "< 2.0.0"
41     ],
42     "SwiftNIOHTTP2": [
43       ">= 1.16.1",
44       "< 2.0.0"
45     ],
46     "SwiftNIOSSL": [
47       ">= 2.14.0",
48       "< 3.0.0"
49     ],
50     "SwiftNIOTransportServices": [
51       ">= 1.6.0",
52       "< 2.0.0"
53     ],
54     "SwiftProtobuf": [
55       ">= 1.9.0",
56       "< 2.0.0"
57     ]
58   },
59   "swift_version": "5.2"