[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / 0 / gRPC-ProtoRPC / 1.0.0-pre1 / gRPC-ProtoRPC.podspec.json
blobff0ba50453404a3fc7471bf2a3166e66a4d94833
2   "name": "gRPC-ProtoRPC",
3   "version": "1.0.0-pre1",
4   "summary": "RPC library for Protocol Buffers, based on gRPC",
5   "homepage": "http://www.grpc.io",
6   "license": "New BSD",
7   "authors": {
8     "The gRPC contributors": "grpc-packages@google.com"
9   },
10   "source": {
11     "git": "https://github.com/grpc/grpc.git",
12     "tag": "objective-c-v1.0.0-pre1"
13   },
14   "platforms": {
15     "ios": "7.1",
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.0.0-pre1"
25     ],
26     "gRPC-RxLibrary": [
27       "1.0.0-pre1"
28     ],
29     "Protobuf": [
30       "~> 3.0.0-beta-3.1"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
35   }