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",
8 "file": "Sources/COPYING"
20 "git": "https://github.com/GEOSwift/geos.git",
29 "preserve_paths": "Sources/geos/**/*",
30 "source_files": "Sources/geos/{src,capi,public}/**/*",
31 "public_header_files": "Sources/geos/public/**/*",
32 "user_target_xcconfig": {
33 "GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API",
34 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
36 "pod_target_xcconfig": {
37 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/Sources/geos/include ${PODS_ROOT}/geos/Sources/geos/public ${PODS_ROOT}/geos/Sources/geos/src/deps",
38 "GCC_PREPROCESSOR_DEFINITIONS": "USE_UNSTABLE_GEOS_CPP_API GEOS_INLINE NDEBUG",
39 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
40 "CLANG_WARN_UNREACHABLE_CODE": "NO"