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