-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLibArchiveCocoa.podspec.json
More file actions
43 lines (43 loc) · 1.04 KB
/
LibArchiveCocoa.podspec.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
38
39
40
41
42
43
{
"name": "LibArchiveCocoa",
"version": "3.4.2",
"summary": "LibArchive",
"homepage": "https://github.com/StandardCyborg/LibArchiveCocoa",
"license": "Apache 2, BSD-like",
"authors": {
"LibArchiveCocoa": "paul@standardcyborg.com",
"LibArchive contributors": "https://groups.google.com/group/libarchive-discuss"
},
"cocoapods_version": ">= 1.0",
"source": {
"git": "git@github.com:StandardCyborg/LibArchiveCocoa",
"tag": "v3.4.2",
"submodules": true
},
"public_header_files": [
"config/mac/config.h",
"libarchive/libarchive/*.h"
],
"source_files": [
"config/mac/config.h",
"libarchive/libarchive/*.{h,c}"
],
"exclude_files": [
"libarchive/libarchive/*.3",
"libarchive/libarchive/test/*"
],
"preserve_paths": [
"config/ubuntu/config.h"
],
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"compiler_flags": [
"-DHAVE_CONFIG_H=1"
],
"libraries": ["z", "bz2"],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/LibArchiveCocoa/config/mac\""
}
}