blob: 36be33c480fd5e9a17a059a0369bb50e6d2f971f [file] [log] [blame]
{
"name": "geos",
"version": "5.0.0",
"summary": "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).",
"homepage": "http://trac.osgeo.org/geos",
"license": {
"type": "GNU LGPL 2.1",
"file": "Sources/COPYING"
},
"authors": [
"Sandro Santilli",
"Martin Davis",
"Howard Butler",
"Regina Obe",
"Dale Lutz",
"Paul Ramsey",
"Dan Baston"
],
"source": {
"git": "https://github.com/GEOSwift/geos.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.7",
"tvos": "9.0"
},
"preserve_paths": "Sources/geos/**/*",
"source_files": "Sources/geos/{src,capi,public}/**/*",
"public_header_files": "Sources/geos/public/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/Sources/geos/include ${PODS_ROOT}/geos/Sources/geos/public",
"CLANG_WARN_STRICT_PROTOTYPES": "NO",
"GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
}
}