2 "name": "PoissonRecon",
4 "summary": "Poisson Surface Reconstruction",
5 "description": "Screened Poisson Surface Reconstruction and Smoothed Signed Distance Reconstruction",
6 "homepage": "https://github.com/StandardCyborg/PoissonRecon",
12 "Standard Cyborg": "sdk@standardcyborg.com"
19 "git": "git@github.com:StandardCyborg/PoissonRecon.git",
23 "PoissonRecon-Xcode/*.{h,m,mm,cpp}",
24 "PoissonRecon-Xcode/Meshing/*.{h,m,mm,cpp}",
29 "Src/PoissonRecon.cpp",
31 "Src/SurfaceTrimmer.cpp",
32 "Src/CmdLineParser.*",
35 "Src/AdaptiveTreeVisualization.*",
36 "Src/ImageStitching.*",
39 "public_header_files": [
40 "PoissonRecon-Xcode/Meshing/MeshingOperation.h"
43 "PoissonRecon-Xcode/*",
44 "PoissonRecon-Xcode/**/*"
47 "compiler_flags": "$(inherited) -Wno-deprecated-register -Wno-shift-negative-value -Wno-invalid-offsetof -Wno-unused-variable -Wno-comma",
49 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PoissonRecon\" \"$(PODS_ROOT)/PoissonRecon/PoissonRecon-Xcode\" "