4 "summary": "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).",
5 "homepage": "http://trac.osgeo.org/geos/",
7 "type": "GNU LGPL 2.1",
11 "Yury Bychkov": "me@yury.ca",
12 "Martin Davis": "mbdavis@refractions.net"
15 "git": "https://github.com/GEOSwift/geos.git",
22 "compiler_flags": "-D_SYSTEMCONFIGURATION_H -D__MOBILECORESERVICES__ -D__CORESERVICES__",
23 "prepare_command": "git submodule update --init --recursive\nmake",
26 "include/**/*.{h,inl,in}",
32 "geos_svn_revision.h",
34 "include/geos/export.h"
36 "exclude_files": "**/*tests*",
37 "public_header_files": [
39 "include/geos/export.h"
42 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi",
43 "CLANG_CXX_LIBRARY": "libstdc++"