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