[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / gRPC-Swift / 1.0.0-alpha.12 / gRPC-Swift.podspec.json
blobb266c322f275ed6a6567879590e93a76c5f8f1d7
2   "name": "gRPC-Swift",
3   "module_name": "GRPC",
4   "version": "1.0.0-alpha.12",
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.12"
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     ],
29     "SwiftNIO": [
30       "2.15.0"
31     ],
32     "SwiftNIOHTTP2": [
33       "1.11.0"
34     ],
35     "SwiftNIOSSL": [
36       "2.7.1"
37     ],
38     "SwiftNIOTransportServices": [
39       "1.3.0"
40     ],
41     "SwiftProtobuf": [
42       "1.8.0"
43     ],
44     "CGRPCZlib": [
45       "1.0.0-alpha.12"
46     ]
47   },
48   "swift_version": "5.0"