[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 4 / SwiftGRPC / 0.7.0 / SwiftGRPC.podspec.json
blob0b910a40ac693121ea2c087ef1df276107fb7e93
2   "name": "SwiftGRPC",
3   "version": "0.7.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "text": "                      Copyright 2018, gRPC Authors. All rights reserved.\n                      Licensed under the Apache License, Version 2.0 (the \"License\");\n                      you may not use this file except in compliance with the License.\n                      You may obtain a copy of the License at\n                        http://www.apache.org/licenses/LICENSE-2.0\n                      Unless required by applicable law or agreed to in writing, software\n                      distributed under the License is distributed on an \"AS IS\" BASIS,\n                      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n                      See the License for the specific language governing permissions and\n                      limitations under the License.\n"
7   },
8   "summary": "Swift gRPC code generator plugin and runtime library",
9   "homepage": "https://www.grpc.io",
10   "authors": {
11     "The gRPC contributors": "grpc-packages@google.com"
12   },
13   "source": {
14     "git": "https://github.com/grpc/grpc-swift.git",
15     "tag": "0.7.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": [
23     "Sources/SwiftGRPC/*.swift",
24     "Sources/SwiftGRPC/**/*.swift",
25     "Sources/CgRPC/shim/*.[ch]"
26   ],
27   "public_header_files": "Sources/CgRPC/shim/cgrpc.h",
28   "dependencies": {
29     "gRPC-Core": [
30       "~> 1.12.0"
31     ],
32     "BoringSSL": [
33       "~> 10.0"
34     ],
35     "SwiftProtobuf": [
36       "~> 1.1.1"
37     ]
38   }