[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 0 / geos / 7.0.0 / geos.podspec.json
blobba73b118b80b52253016e6dd3c06ab3359be522d
2   "name": "geos",
3   "version": "7.0.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": "Sources/COPYING"
9   },
10   "authors": [
11     "Sandro Santilli",
12     "Martin Davis",
13     "Howard Butler",
14     "Regina Obe",
15     "Dale Lutz",
16     "Paul Ramsey",
17     "Dan Baston"
18   ],
19   "source": {
20     "git": "https://github.com/GEOSwift/geos.git",
21     "tag": "7.0.0"
22   },
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.9",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   },
29   "preserve_paths": "Sources/geos/**/*",
30   "source_files": "Sources/geos/{src,capi,public}/**/*",
31   "public_header_files": "Sources/geos/public/**/*",
32   "user_target_xcconfig": {
33     "GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API",
34     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
35   },
36   "pod_target_xcconfig": {
37     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/Sources/geos/include ${PODS_ROOT}/geos/Sources/geos/public ${PODS_ROOT}/geos/Sources/geos/src/deps",
38     "GCC_PREPROCESSOR_DEFINITIONS": "USE_UNSTABLE_GEOS_CPP_API GEOS_INLINE NDEBUG",
39     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
40     "CLANG_WARN_UNREACHABLE_CODE": "NO"
41   }