blob: 3faaa9937e570d2b33f9cc6c38019dcd3da7ad97 [file] [log] [blame]
{
"name": "gRPC-Swift",
"module_name": "GRPC",
"version": "1.0.0-alpha.17",
"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"
},
"source": {
"git": "https://github.com/grpc/grpc-swift.git",
"tag": "1.0.0-alpha.17"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/GRPC/**/*.{swift,c,h}",
"dependencies": {
"Logging": [
">= 1.2.0",
"< 2"
],
"SwiftNIO": [
">= 2.19.0",
"< 3"
],
"SwiftNIOHTTP2": [
">= 1.12.2",
"< 2"
],
"SwiftNIOSSL": [
">= 2.8.0",
"< 3"
],
"SwiftNIOTransportServices": [
">= 1.6.0",
"< 2"
],
"SwiftProtobuf": [
">= 1.9.0",
"< 2"
],
"CGRPCZlib": [
"1.0.0-alpha.17"
]
},
"swift_version": "5.0"
}