[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 6 / Protobuf-C++ / 3.18.0-rc2 / Protobuf-C++.podspec.json
blob4669a49177358cc598b855ebe52daa1530c64c3a
2   "name": "Protobuf-C++",
3   "version": "3.18.0-rc2",
4   "summary": "Protocol Buffers v3 runtime library for C++.",
5   "homepage": "https://github.com/google/protobuf",
6   "license": "3-Clause BSD License",
7   "authors": {
8     "The Protocol Buffers contributors": "protobuf@googlegroups.com"
9   },
10   "cocoapods_version": ">= 1.0",
11   "source": {
12     "git": "https://github.com/google/protobuf.git",
13     "tag": "v3.18.0-rc2"
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     "src/google/protobuf/util/internal/*.{h,cc}"
21   ],
22   "exclude_files": [
23     "src/google/**/*_test.{h,cc,inc}",
24     "src/google/**/*_unittest.{h,cc}",
25     "src/google/protobuf/test_util*.{h,cc}",
26     "src/google/protobuf/map_lite_test_util.{h,cc}",
27     "src/google/protobuf/map_test_util*.{h,cc,inc}",
28     "src/google/protobuf/reflection_tester.{h,cc}"
29   ],
30   "header_mappings_dir": "src",
31   "platforms": {
32     "ios": "7.0",
33     "osx": "10.9",
34     "tvos": "9.0",
35     "watchos": "2.0"
36   },
37   "pod_target_xcconfig": {
38     "USE_HEADERMAP": "NO",
39     "ALWAYS_SEARCH_USER_PATHS": "NO",
40     "GCC_PREPROCESSOR_DEFINITIONS": "\"$(inherited)\" \"HAVE_PTHREAD=1\""
41   }