[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 0 / geos / 6.0.2 / geos.podspec.json
blob8092788601bfe3b451c84b18c36f8ff5e0d0f6c1
2   "name": "geos",
3   "version": "6.0.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": "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": "6.0.2"
22   },
23   "platforms": {
24     "ios": "9.0",
25     "osx": "10.9",
26     "tvos": "9.0"
27   },
28   "preserve_paths": "Sources/geos/**/*",
29   "source_files": "Sources/geos/{src,capi,public}/**/*",
30   "public_header_files": "Sources/geos/public/**/*",
31   "user_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "GEOS_USE_ONLY_R_API"
33   },
34   "pod_target_xcconfig": {
35     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/geos/Sources/geos/include ${PODS_ROOT}/geos/Sources/geos/public",
36     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
37     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
38   }