[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 0 / gRPC-ProtoRPC / 1.19.0 / gRPC-ProtoRPC.podspec.json
blob07dafb3b72e2eb5fa765fb0a46084069dff97ba2
2   "name": "gRPC-ProtoRPC",
3   "version": "1.19.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.19.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9",
17     "tvos": "10.0"
18   },
19   "module_name": "ProtoRPC",
20   "header_dir": "ProtoRPC",
21   "default_subspecs": "Main",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
25     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
26   },
27   "subspecs": [
28     {
29       "name": "Main",
30       "header_mappings_dir": "src/objective-c/ProtoRPC",
31       "dependencies": {
32         "gRPC": [
33           "1.19.0"
34         ],
35         "gRPC-RxLibrary": [
36           "1.19.0"
37         ],
38         "Protobuf": [
39           "~> 3.0"
40         ]
41       },
42       "source_files": "src/objective-c/ProtoRPC/*.{h,m}"
43     },
44     {
45       "name": "CFStream",
46       "dependencies": {
47         "gRPC/CFStream": [
48           "1.19.0"
49         ],
50         "gRPC-ProtoRPC/Main": [
51           "1.19.0"
52         ]
53       },
54       "pod_target_xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "GRPC_CFSTREAM=1"
56       }
57     }
58   ]