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 "preserve_paths": "geos/**/*.{h,inl}",
24 "geos/{include,src,capi}/**/*.cpp",
26 "geos/include/geos/export.h"
28 "exclude_files": "geos/**/*tests*",
29 "public_header_files": [
31 "geos/include/geos/export.h"
33 "user_target_xcconfig": {
34 "GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API"
36 "pod_target_xcconfig": {
37 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/geos/include ${PODS_ROOT}/geos/geos/capi",
38 "CLANG_WARN_STRICT_PROTOTYPES": "NO",
39 "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
41 "prepare_command": "sh prepare.sh"