4 "summary": "C bindings for Google's Protocol Buffers",
9 "git": "https://github.com/protobuf-c/protobuf-c.git",
12 "homepage": "https://github.com/protobuf-c/protobuf-c",
17 "source_files": "protobuf-c/*.{h,c}",
21 "module_map": "protobuf-c.modulemap",
22 "prepare_command": "printf \"framework module protobuf_c {\\n umbrella header \\\"protobuf-c.h\\\"\\n\\n export *\\n module * { export * }\\n}\" > protobuf-c.modulemap",
23 "prefix_header_contents": [
24 "#define HAVE_ALLOCA_H 1",
25 "#define HAVE_MALLOC_H 1",
26 "#define HAVE_SYS_POLL_H 1",
27 "#define HAVE_SYS_SELECT_H 1",
28 "#define HAVE_INTTYPES_H 1",
29 "#define HAVE_SYS_UIO_H 1",
30 "#define HAVE_UNISTD_H 1",
33 "requires_arc": false,
35 "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"