2 "name": "Protobuf-C++",
4 "summary": "Protocol Buffers v3 runtime library for C++.",
5 "homepage": "https://github.com/google/protobuf",
6 "license": "BSD-3-Clause",
8 "The Protocol Buffers contributors": "protobuf@googlegroups.com"
10 "cocoapods_version": ">= 1.0",
12 "git": "https://github.com/google/protobuf.git",
16 "src/google/protobuf/*.{h,cc,inc}",
17 "src/google/protobuf/stubs/*.{h,cc}",
18 "src/google/protobuf/io/*.{h,cc}",
19 "src/google/protobuf/util/*.{h,cc}"
22 "src/google/**/*_test.{h,cc,inc}",
23 "src/google/**/*_unittest.{h,cc}",
24 "src/google/protobuf/test_util*.{h,cc}",
25 "src/google/protobuf/map_lite_test_util.{h,cc}",
26 "src/google/protobuf/map_test_util*.{h,cc,inc}",
27 "src/google/protobuf/reflection_tester.{h,cc}"
29 "header_mappings_dir": "src",
36 "pod_target_xcconfig": {
37 "USE_HEADERMAP": "NO",
38 "ALWAYS_SEARCH_USER_PATHS": "NO",
39 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/src\""