[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 0 / geos / 4.0.3 / geos.podspec.json
blobc0895843def25c0de16f000542ef977457beff68
2   "name": "geos",
3   "version": "4.0.3",
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": "4.0.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.7",
21     "tvos": "9.0"
22   },
23   "preserve_paths": "geos/**/*.{h,inl}",
24   "source_files": [
25     "geos/{include,src,capi}/**/*.cpp",
26     "geos/capi/geos_c.h",
27     "geos/include/geos/export.h"
28   ],
29   "exclude_files": "geos/**/*tests*",
30   "public_header_files": [
31     "geos/capi/geos_c.h",
32     "geos/include/geos/export.h"
33   ],
34   "user_target_xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API"
36   },
37   "pod_target_xcconfig": {
38     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/geos/include ${PODS_ROOT}/geos/geos/capi",
39     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
40     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
41   },
42   "prepare_command": "sh prepare.sh"