[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / b / 0 / geos / 3.4.2 / geos.podspec.json
blob79f3c75a6643166ae42161364ed0b86717b97beb
2   "name": "geos",
3   "version": "3.4.2",
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.4.2"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "compiler_flags": "-D_SYSTEMCONFIGURATION_H -D__MOBILECORESERVICES__ -D__CORESERVICES__",
23   "prepare_command": "\n    type -P autoconf &>/dev/null || alias autoconf 'xcrun autoconf'\n    type -P autoheader &>/dev/null || alias autoheader 'xcrun autoheader'\n    type -P aclocal &>/dev/null || alias aclocal 'xcrun aclocal'\n    type -P automake &>/dev/null || alias automake 'xcrun automake'\n    type -P glibtool &>/dev/null || alias glibtool 'xcrun glibtool'\n    type -P glibtoolize &>/dev/null || alias glibtoolize 'xcrun glibtoolize'\n\n    sh autogen.sh\n    ./configure\n    ./tools/svn_repo_revision.sh\n\n    sed -i \"\" \"s/\\/\\* #undef HAVE_INT64_T_64 \\*\\//#define HAVE_INT64_T_64 1/\" include/geos/platform.h\n    sed -i \"\" \"s/#define HAVE_LONG_INT_64 1/\\/\\* #undef HAVE_LONG_INT_64 \\*\\//\" include/geos/platform.h\n\n    cat <<EOT >> include/geos/platform.h\n      #undef ISNAN\n      #define ISNAN(x) (std::isnan(x))\n    EOT\n\n",
24   "source_files": [
25     "src/**/*.cpp",
26     "capi/*.cpp",
27     "geos_svn_revision.h",
28     "capi/geos_c.h",
29     "include/geos/export.h"
30   ],
31   "exclude_files": "**/*tests*",
32   "preserve_paths": [
33     "src/**/*.h",
34     "include/**/*.{h,inl,in}",
35     "capi/*.{h,in}"
36   ],
37   "public_header_files": [
38     "capi/geos_c.h",
39     "include/geos/export.h"
40   ],
41   "xcconfig": {
42     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi",
43     "CLANG_CXX_LIBRARY": "libstdc++"
44   },
45   "requires_arc": false