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",
23 "preserve_paths": "geos/**/*.{h,inl}",
25 "geos/{include,src,capi}/**/*.cpp",
27 "geos/include/geos/export.h"
29 "exclude_files": "geos/**/*tests*",
30 "public_header_files": [
32 "geos/include/geos/export.h"
34 "user_target_xcconfig": {
35 "GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API"
37 "pod_target_xcconfig": {
38 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/geos/include ${PODS_ROOT}/geos/geos/capi",
39 "CLANG_WARN_STRICT_PROTOTYPES": "NO",
40 "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
42 "prepare_command": "sh prepare.sh"