blob: 04373a40448ba9b01a88e622e77833730562c2fe [file] [log] [blame]
{
"name": "gRPC-Swift",
"module_name": "GRPC",
"version": "1.0.0-alpha.20",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Swift gRPC code generator plugin and runtime library",
"homepage": "https://www.grpc.io",
"authors": {
"The gRPC contributors": "grpc-packages@google.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/grpc/grpc-swift.git",
"tag": "1.0.0-alpha.20"
},
"source_files": "Sources/GRPC/**/*.{swift,c,h}",
"dependencies": {
"Logging": [
">= 1.4.0",
"< 2"
],
"SwiftNIO": [
">= 2.22.0",
"< 3"
],
"SwiftNIOHTTP2": [
">= 1.14.1",
"< 2"
],
"SwiftNIOSSL": [
">= 2.8.0",
"< 3"
],
"SwiftNIOTransportServices": [
">= 1.6.0",
"< 2"
],
"SwiftProtobuf": [
">= 1.9.0",
"< 2"
],
"CGRPCZlib": [
"1.0.0-alpha.20"
]
},
"swift_version": "5.0"
}