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