[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 6 / Protobuf-C++ / 5.28.0 / Protobuf-C++.podspec.json
blobcf0dc8ffa0b2df62cd06a6c3c330f6c0579a39d3
2   "name": "Protobuf-C++",
3   "version": "5.28.0",
4   "summary": "Protocol Buffers v3 runtime library for C++.",
5   "homepage": "https://github.com/google/protobuf",
6   "license": "BSD-3-Clause",
7   "authors": {
8     "The Protocol Buffers contributors": "protobuf@googlegroups.com"
9   },
10   "cocoapods_version": ">= 1.12.0",
11   "source": {
12     "git": "https://github.com/google/protobuf.git",
13     "tag": "v5.28.0"
14   },
15   "source_files": [
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}"
20   ],
21   "exclude_files": [
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}"
28   ],
29   "resource_bundles": {
30     "Protobuf-C++_Privacy": "PrivacyInfo.xcprivacy"
31   },
32   "header_mappings_dir": "src",
33   "platforms": {
34     "ios": "12.0",
35     "osx": "10.13",
36     "tvos": "12.0",
37     "watchos": "6.0",
38     "visionos": "1.0"
39   },
40   "pod_target_xcconfig": {
41     "USE_HEADERMAP": "NO",
42     "ALWAYS_SEARCH_USER_PATHS": "NO",
43     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/src\""
44   }