blob: 001dd86e33a70b613697fe4f9a5d7a0ad4b3e824 [file] [log] [blame]
{
"name": "ShapeKit",
"version": "0.9.1",
"summary": "ShapeKit is a iOS/OSX library that offers an Objective-C interface to the powerful GEOS library.",
"description": "ShapeKit includes all the OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions.",
"homepage": "https://github.com/andreacremaschi/ShapeKit",
"license": {
"type": "GNU Lesser General Public License 2.1",
"file": "COPYING"
},
"authors": {
"Michael Weismann": "mweisman@gmail.com",
"Andrea Cremaschi": "Andrea.Cremaschi@midainformatica.it"
},
"source": {
"git": "https://github.com/andreacremaschi/ShapeKit.git",
"tag": "0.9.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": [
"ShapeKit/*.{m,mm,h}",
"proj4/*.{c,h}",
"geos/*.{cpp,h}"
],
"public_header_files": "ShapeKit/*.h",
"dependencies": {
"geos": [
],
"proj4": [
]
},
"frameworks": "CoreLocation",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi",
"CLANG_CXX_LIBRARY": "libstdc++"
}
}