[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / f / b / 0 / geos / 3.5.1 / geos.podspec.json
blob04414f903529926b9d906e2d5de14f3a1ca32f72
2   "name": "geos",
3   "version": "3.5.1",
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": "geos/COPYING"
9   },
10   "authors": {
11     "Yury Bychkov": "me@yury.ca",
12     "Martin Davis": "mbdavis@refractions.net"
13   },
14   "source": {
15     "git": "https://github.com/GEOSwift/geos.git",
16     "tag": "3.5.1"
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": "git submodule update --init --recursive\nmake",
24   "preserve_paths": [
25     "src/**/*.h",
26     "include/**/*.{h,inl,in}",
27     "capi/*.{h,in}"
28   ],
29   "source_files": [
30     "src/**/*.cpp",
31     "capi/*.cpp",
32     "geos_svn_revision.h",
33     "capi/geos_c.h",
34     "include/geos/export.h"
35   ],
36   "exclude_files": "**/*tests*",
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   }