[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 0 / gRPC-ProtoRPC / 1.7.1 / gRPC-ProtoRPC.podspec.json
blob49f369bd8cd80d47288a4f5f58fcf2446a199962
2   "name": "gRPC-ProtoRPC",
3   "version": "1.7.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.7.1"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "module_name": "ProtoRPC",
19   "header_dir": "ProtoRPC",
20   "source_files": "src/objective-c/ProtoRPC/*.{h,m}",
21   "header_mappings_dir": "src/objective-c/ProtoRPC",
22   "dependencies": {
23     "gRPC": [
24       "1.7.1"
25     ],
26     "gRPC-RxLibrary": [
27       "1.7.1"
28     ],
29     "Protobuf": [
30       "~> 3.0"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
35     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
36     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
37   }