[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 9 / 6 / d / Filament / 1.9.1 / Filament.podspec.json
blob93d4558bafaadc3a02fd626fc03cbbaa774ca56b
2   "name": "Filament",
3   "version": "1.9.1",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "homepage": "https://google.github.io/filament",
9   "authors": "Google LLC.",
10   "summary": "Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WASM/WebGL.",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "http": "https://github.com/google/filament/releases/download/v1.9.1/filament-v1.9.1-ios.tgz"
16   },
17   "subspecs": [
18     {
19       "name": "filament",
20       "source_files": [
21         "include/filament/*.h",
22         "include/backend/*.h",
23         "include/filament/MaterialChunkType.h",
24         "include/filament/MaterialEnums.h",
25         "include/ibl/*.h",
26         "include/geometry/*.h"
27       ],
28       "header_mappings_dir": "include",
29       "vendored_libraries": [
30         "lib/universal/libfilament.a",
31         "lib/universal/libbackend.a",
32         "lib/universal/libfilabridge.a",
33         "lib/universal/libfilaflat.a",
34         "lib/universal/libibl.a",
35         "lib/universal/libgeometry.a"
36       ],
37       "dependencies": {
38         "Filament/utils": [
40         ],
41         "Filament/math": [
43         ]
44       }
45     },
46     {
47       "name": "filamat",
48       "source_files": [
49         "include/filamat/*.h",
50         "include/filament/MaterialChunkType.h",
51         "include/filament/MaterialEnums.h"
52       ],
53       "header_mappings_dir": "include",
54       "vendored_libraries": [
55         "lib/universal/libfilamat.a",
56         "lib/universal/libshaders.a",
57         "lib/universal/libsmol-v.a",
58         "lib/universal/libfilabridge.a"
59       ],
60       "dependencies": {
61         "Filament/utils": [
63         ],
64         "Filament/math": [
66         ]
67       }
68     },
69     {
70       "name": "gltfio_core",
71       "source_files": "include/gltfio/*.h",
72       "vendored_libraries": [
73         "lib/universal/libgltfio_core.a",
74         "lib/universal/libdracodec.a",
75         "lib/universal/libgltfio_resources.a"
76       ],
77       "header_dir": "gltfio",
78       "dependencies": {
79         "Filament/filament": [
81         ]
82       }
83     },
84     {
85       "name": "camutils",
86       "source_files": "include/camutils/*.h",
87       "vendored_libraries": "lib/universal/libcamutils.a",
88       "header_dir": "camutils",
89       "dependencies": {
90         "Filament/math": [
92         ]
93       }
94     },
95     {
96       "name": "filameshio",
97       "source_files": "include/filameshio/*.h",
98       "vendored_libraries": [
99         "lib/universal/libfilameshio.a",
100         "lib/universal/libmeshoptimizer.a"
101       ],
102       "header_dir": "filameshio",
103       "dependencies": {
104         "Filament/filament": [
106         ]
107       }
108     },
109     {
110       "name": "image",
111       "source_files": "include/image/*.h",
112       "vendored_libraries": "lib/universal/libimage.a",
113       "header_dir": "image",
114       "dependencies": {
115         "Filament/filament": [
117         ]
118       }
119     },
120     {
121       "name": "utils",
122       "source_files": "include/utils/*.h",
123       "vendored_libraries": "lib/universal/libutils.a",
124       "header_dir": "utils"
125     },
126     {
127       "name": "math",
128       "source_files": "include/math/*.h",
129       "header_dir": "math"
130     }
131   ]