[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / b / 0 / geos / 3.3.6 / geos.podspec.json
blob1c43b1647b991a37622937a76da6ff3d9ae10ac6
2   "name": "geos",
3   "version": "3.3.6",
4   "summary": "GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).",
5   "homepage": "http://trac.osgeo.org/geos/",
6   "license": {
7     "type": "GNU LGPL 2.1",
8     "file": "COPYING"
9   },
10   "authors": {
11     "Yury Bychkov": "me@yury.ca",
12     "Martin Davis": "mbdavis@refractions.net"
13   },
14   "source": {
15     "svn": "https://svn.osgeo.org/geos",
16     "tag": "3.3.6"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "compiler_flags": "-D_SYSTEMCONFIGURATION_H -D__MOBILECORESERVICES__ -D__CORESERVICES__",
23   "source_files": [
24     "src/**/*.cpp",
25     "capi/*.cpp"
26   ],
27   "exclude_files": "**/*tests*",
28   "preserve_paths": [
29     "src/**/*.h",
30     "include/**/*.{h,inl,in}",
31     "capi/*.{h,in}"
32   ],
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi"
35   },
36   "requires_arc": false,
37   "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"