[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 0 / gRPC-ProtoRPC / 1.64.1 / gRPC-ProtoRPC.podspec.json
blob66ea14e0a70e9b3e75dd8516de8e111b65798a03
2   "name": "gRPC-ProtoRPC",
3   "version": "1.64.1",
4   "summary": "RPC library for Protocol Buffers, based on gRPC",
5   "homepage": "https://grpc.io",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "The gRPC contributors": "grpc-packages@google.com"
9   },
10   "source": {
11     "git": "https://github.com/grpc/grpc-ios.git",
12     "tag": "v1.64.1"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "12.0",
18     "watchos": "6.0",
19     "visionos": "1.0"
20   },
21   "module_name": "ProtoRPC",
22   "header_dir": "ProtoRPC",
23   "default_subspecs": [
24     "Main",
25     "Legacy",
26     "Legacy-Header"
27   ],
28   "pod_target_xcconfig": {
29     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
31     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
32     "CLANG_CXX_LANGUAGE_STANDARD": "c++14"
33   },
34   "subspecs": [
35     {
36       "name": "Legacy-Header",
37       "header_mappings_dir": "src/objective-c/ProtoRPC",
38       "public_header_files": "src/objective-c/ProtoRPC/ProtoRPCLegacy.h",
39       "source_files": "src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
40     },
41     {
42       "name": "Main",
43       "header_mappings_dir": "src/objective-c/ProtoRPC",
44       "dependencies": {
45         "gRPC-ProtoRPC/Legacy-Header": [
46           "1.64.1"
47         ],
48         "gRPC/Interface": [
49           "1.64.1"
50         ],
51         "Protobuf": [
52           "~> 3.0"
53         ]
54       },
55       "source_files": [
56         "src/objective-c/ProtoRPC/ProtoMethod.{h,m}",
57         "src/objective-c/ProtoRPC/ProtoRPC.{h,m}",
58         "src/objective-c/ProtoRPC/ProtoService.{h,m}"
59       ]
60     },
61     {
62       "name": "Legacy",
63       "header_mappings_dir": "src/objective-c/ProtoRPC",
64       "dependencies": {
65         "gRPC-ProtoRPC/Main": [
66           "1.64.1"
67         ],
68         "gRPC-ProtoRPC/Legacy-Header": [
69           "1.64.1"
70         ],
71         "gRPC/GRPCCore": [
72           "1.64.1"
73         ],
74         "gRPC-RxLibrary": [
75           "1.64.1"
76         ],
77         "Protobuf": [
78           "~> 3.0"
79         ]
80       },
81       "source_files": [
82         "src/objective-c/ProtoRPC/ProtoRPCLegacy.m",
83         "src/objective-c/ProtoRPC/ProtoServiceLegacy.m"
84       ]
85     },
86     {
87       "name": "CFStream",
88       "dependencies": {
89         "gRPC-ProtoRPC/Legacy": [
90           "1.64.1"
91         ]
92       }
93     }
94   ]