-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProtobagCocoa.podspec.json
More file actions
37 lines (37 loc) · 973 Bytes
/
ProtobagCocoa.podspec.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ProtobagCocoa",
"version": "0.0.3.2",
"summary": "Protobag: an archive of string-serialized Protobufs",
"homepage": "https://github.com/StandardCyborg/protobag",
"license": "Apache 2",
"authors": {
"Protobag Maintainers": "eric@standardcyborg.com"
},
"cocoapods_version": ">= 1.0",
"source": {
"git": "git@github.com:StandardCyborg/protobag.git",
"tag": "v0.0.3.2"
},
"public_header_files": [
"c++/protobag/**/*.{hpp,h}"
],
"source_files": [
"c++/protobag/**/*.{hpp,h,cpp,cc}"
],
"header_mappings_dir": "c++/protobag",
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"dependencies": {
"Protobuf-C++": "~> 3.11.4",
"FMTCocoa": "~> 6.2.0",
"LibArchiveCocoa": "~> 3.4.2"
},
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"CLANG_CXX_LIBRARY": "libc++",
"OTHER_CPLUSPLUSFLAGS": "$(inherited) -fembed-bitcode -DFMT_HEADER_ONLY=1"
},
"libraries": "c++"
}