blob: e8da76a154782af430c5776b1503b86d16bd64ab [file] [log] [blame]
{
"name": "geos",
"version": "3.3.5",
"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": "COPYING"
},
"authors": {
"Yury Bychkov": "me@yury.ca",
"Martin Davis": "mbdavis@refractions.net"
},
"source": {
"svn": "https://svn.osgeo.org/geos",
"tag": "3.3.5"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"compiler_flags": "-D_SYSTEMCONFIGURATION_H -D__MOBILECORESERVICES__ -D__CORESERVICES__",
"source_files": [
"src/**/*.cpp",
"capi/*.cpp"
],
"exclude_files": "**/*tests*",
"preserve_paths": [
"src/**/*.h",
"include/**/*.{h,inl,in}",
"capi/*.{h,in}"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi"
},
"requires_arc": false,
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"
}