[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 0 / c / protobuf-c / 1.2.1 / protobuf-c.podspec.json
blob3c07a421de8e51a5ca15c9ea0b6212504550f49a
2   "name": "protobuf-c",
3   "version": "1.2.1",
4   "summary": "C bindings for Google's Protocol Buffers",
5   "authors": {
6     "Dave Benson": ""
7   },
8   "source": {
9     "git": "https://github.com/protobuf-c/protobuf-c.git",
10     "tag": "v1.2.1"
11   },
12   "homepage": "https://github.com/protobuf-c/protobuf-c",
13   "license": {
14     "type": "BSD",
15     "file": "LICENSE"
16   },
17   "source_files": "protobuf-c/*.{h,c}",
18   "platforms": {
19     "ios": "8.0"
20   },
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",
31     "#define HAVE_IO_H 1"
32   ],
33   "requires_arc": false,
34   "xcconfig": {
35     "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
36   }