[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / 4 / 7 / gRPC-Client-Swift / 1.0.0-alpha.3 / gRPC-Client-Swift.podspec.json
blobb7f4a063445390f07b9418daa377c107f6a4e2ec
2   "name": "gRPC-Client-Swift",
3   "version": "1.0.0-alpha.3",
4   "swift_versions": "5.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "Client-side library that depends on SwiftGRPC which is a library of gRPC written in Swift.",
10   "homepage": "https://github.com/cats-oss/grpc-swift-client",
11   "authors": {
12     "Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
13   },
14   "source": {
15     "git": "https://github.com/cats-oss/grpc-swift-client.git",
16     "tag": "1.0.0-alpha.3"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0",
22     "osx": "10.12"
23   },
24   "source_files": "Sources/GRPCClient/**/*.{h,swift}",
25   "module_name": "GRPCClient",
26   "dependencies": {
27     "gRPC-Swift": [
28       "1.0.0-alpha.14"
29     ]
30   },
31   "swift_version": "5.0"