[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 1 / gRPC-Swiftp / 1.8.2 / gRPC-Swiftp.podspec.json
blob761b567da149983ffea144313cc750dc9f8ee628
2   "name": "gRPC-Swiftp",
3   "module_name": "GRPC",
4   "version": "1.8.2",
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/portto/grpc-swift.git",
23     "tag": "1.8.2"
24   },
25   "source_files": "Sources/GRPC/**/*.{swift,c,h}",
26   "dependencies": {
27     "CGRPCZlibp": [
28       "1.8.2"
29     ],
30     "Logging": [
31       ">= 1.4.0",
32       "< 2.0.0"
33     ],
34     "SwiftNIO": [
35       ">= 2.32.0",
36       "< 3.0.0"
37     ],
38     "SwiftNIOExtras": [
39       ">= 1.4.0",
40       "< 2.0.0"
41     ],
42     "SwiftNIOHTTP2": [
43       ">= 1.18.2",
44       "< 2.0.0"
45     ],
46     "SwiftNIOSSL": [
47       ">= 2.14.0",
48       "< 3.0.0"
49     ],
50     "SwiftNIOTransportServices": [
51       ">= 1.11.1",
52       "< 2.0.0"
53     ],
54     "SwiftProtobuf": [
55       ">= 1.9.0",
56       "< 2.0.0"
57     ]
58   },
59   "swift_version": "5.2"