| { |
| "name": "gRPC-Client-Swift", |
| "version": "1.0.0-alpha.3", |
| "swift_versions": "5.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Client-side library that depends on SwiftGRPC which is a library of gRPC written in Swift.", |
| "homepage": "https://github.com/cats-oss/grpc-swift-client", |
| "authors": { |
| "Kyohei Ito": "ito_kyohei@cyberagent.co.jp" |
| }, |
| "source": { |
| "git": "https://github.com/cats-oss/grpc-swift-client.git", |
| "tag": "1.0.0-alpha.3" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "10.0", |
| "tvos": "10.0", |
| "osx": "10.12" |
| }, |
| "source_files": "Sources/GRPCClient/**/*.{h,swift}", |
| "module_name": "GRPCClient", |
| "dependencies": { |
| "gRPC-Swift": [ |
| "1.0.0-alpha.14" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |