[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 2 / SwiftGRPCClient / 0.1.0 / SwiftGRPCClient.podspec.json
blob359cc21792bbc1d7195307312d36d866483eb907
2   "name": "SwiftGRPCClient",
3   "version": "0.1.0",
4   "swift_version": "4.1",
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": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "source_files": "Sources/SwiftGRPCClient/*.{h,swift}",
24   "dependencies": {
25     "SwiftGRPC": [
26       "~> 0.5.1"
27     ]
28   }