blob: b266c322f275ed6a6567879590e93a76c5f8f1d7 [file] [log] [blame]
{
"name": "gRPC-Swift",
"module_name": "GRPC",
"version": "1.0.0-alpha.12",
"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.12"
},
"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"
],
"SwiftNIO": [
"2.15.0"
],
"SwiftNIOHTTP2": [
"1.11.0"
],
"SwiftNIOSSL": [
"2.7.1"
],
"SwiftNIOTransportServices": [
"1.3.0"
],
"SwiftProtobuf": [
"1.8.0"
],
"CGRPCZlib": [
"1.0.0-alpha.12"
]
},
"swift_version": "5.0"
}