[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 0 / c / protobuf-c / 1.0.1 / protobuf-c.podspec.json
blobbe16b38ad8b05626573d167b1050247bc76c9244
2   "name": "protobuf-c",
3   "version": "1.0.1",
4   "summary": "C bindings for Google's Protocol Buffers",
5   "authors": {
6     "Dave Benson": "",
7     "Maximilian Szengel": "m@maxsz.de"
8   },
9   "source": {
10     "git": "https://github.com/protobuf-c/protobuf-c.git",
11     "tag": "v1.0.1"
12   },
13   "homepage": "https://github.com/protobuf-c/protobuf-c",
14   "license": {
15     "type": "BSD",
16     "file": "LICENSE"
17   },
18   "source_files": "protobuf-c/*.{h,c}",
19   "header_mappings_dir": "./",
20   "prefix_header_contents": [
21     "#define HAVE_ALLOCA_H 1",
22     "#define HAVE_MALLOC_H 1",
23     "#define HAVE_SYS_POLL_H 1",
24     "#define HAVE_SYS_SELECT_H 1",
25     "#define HAVE_INTTYPES_H 1",
26     "#define HAVE_SYS_UIO_H 1",
27     "#define HAVE_UNISTD_H 1",
28     "#define HAVE_IO_H 1"
29   ],
30   "requires_arc": false,
31   "xcconfig": {
32     "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
33   }