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