[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / PoissonRecon / 9.011 / PoissonRecon.podspec.json
blob887129bbabff27b21dbf29faecdb12597c2d32a9
2   "name": "PoissonRecon",
3   "version": "9.011",
4   "summary": "Poisson Surface Reconstruction",
5   "description": "Screened Poisson Surface Reconstruction and Smoothed Signed Distance Reconstruction",
6   "homepage": "https://github.com/StandardCyborg/PoissonRecon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Standard Cyborg": "sdk@standardcyborg.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "11.0"
17   },
18   "source": {
19     "git": "git@github.com:StandardCyborg/PoissonRecon.git",
20     "branch": "xcodeproj"
21   },
22   "source_files": [
23     "PoissonRecon-Xcode/*.{h,m,mm,cpp}",
24     "PoissonRecon-Xcode/Meshing/*.{h,m,mm,cpp}",
25     "Src/*.{h,inl,cpp}",
26     "**/*.{h,inl,cpp}"
27   ],
28   "exclude_files": [
29     "Src/PoissonRecon.cpp",
30     "Src/SSDRecon.cpp",
31     "Src/SurfaceTrimmer.cpp",
32     "Src/CmdLineParser.*",
33     "Src/VoxelCompare.*",
34     "Src/EDTInHeat.*",
35     "Src/AdaptiveTreeVisualization.*",
36     "Src/ImageStitching.*",
37     "JPEG/ckconfig.cpp"
38   ],
39   "public_header_files": [
40     "PoissonRecon-Xcode/Meshing/MeshingOperation.h"
41   ],
42   "preserve_paths": [
43     "PoissonRecon-Xcode/*",
44     "PoissonRecon-Xcode/**/*"
45   ],
46   "requires_arc": true,
47   "compiler_flags": "$(inherited) -Wno-deprecated-register -Wno-shift-negative-value -Wno-invalid-offsetof -Wno-unused-variable -Wno-comma",
48   "xcconfig": {
49     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PoissonRecon\" \"$(PODS_ROOT)/PoissonRecon/PoissonRecon-Xcode\" "
50   }