[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 0 / gRPC-ProtoRPC / 1.44.0-dev / gRPC-ProtoRPC.podspec.json
blob6300e6567816fafa4ea11739d949a158093768c2
2   "name": "gRPC-ProtoRPC",
3   "version": "1.44.0-dev",
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   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "module_name": "ProtoRPC",
17   "header_dir": "ProtoRPC",
18   "default_subspecs": [
19     "Main",
20     "Legacy",
21     "Legacy-Header"
22   ],
23   "pod_target_xcconfig": {
24     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
26     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
27   },
28   "subspecs": [
29     {
30       "name": "Legacy-Header",
31       "header_mappings_dir": "native/src/objective-c/ProtoRPC",
32       "public_header_files": "native/src/objective-c/ProtoRPC/ProtoRPCLegacy.h",
33       "source_files": "native/src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
34     },
35     {
36       "name": "Main",
37       "header_mappings_dir": "native/src/objective-c/ProtoRPC",
38       "dependencies": {
39         "gRPC-ProtoRPC/Legacy-Header": [
40           "1.44.0-dev"
41         ],
42         "gRPC/Interface": [
43           "1.44.0-dev"
44         ],
45         "Protobuf": [
46           "~> 3.0"
47         ]
48       },
49       "source_files": [
50         "native/src/objective-c/ProtoRPC/ProtoMethod.{h,m}",
51         "native/src/objective-c/ProtoRPC/ProtoRPC.{h,m}",
52         "native/src/objective-c/ProtoRPC/ProtoService.{h,m}"
53       ]
54     },
55     {
56       "name": "Legacy",
57       "header_mappings_dir": "native/src/objective-c/ProtoRPC",
58       "dependencies": {
59         "gRPC-ProtoRPC/Main": [
60           "1.44.0-dev"
61         ],
62         "gRPC-ProtoRPC/Legacy-Header": [
63           "1.44.0-dev"
64         ],
65         "gRPC/GRPCCore": [
66           "1.44.0-dev"
67         ],
68         "gRPC-RxLibrary": [
69           "1.44.0-dev"
70         ],
71         "Protobuf": [
72           "~> 3.0"
73         ]
74       },
75       "source_files": [
76         "native/src/objective-c/ProtoRPC/ProtoRPCLegacy.m",
77         "native/src/objective-c/ProtoRPC/ProtoServiceLegacy.m"
78       ]
79     },
80     {
81       "name": "CFStream",
82       "dependencies": {
83         "gRPC-ProtoRPC/Legacy": [
84           "1.44.0-dev"
85         ]
86       }
87     }
88   ]