[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / spatialite / 3.0.1 / spatialite.podspec.json
blobfa3b8416ec98bd5f36a9d5beba86d052e881c0c1
2   "name": "spatialite",
3   "version": "3.0.1",
4   "summary": "SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.",
5   "homepage": "https://www.gaia-gis.it/fossil/libspatialite/home",
6   "license": {
7     "type": "Mozilla Public License v1.1",
8     "file": "COPYING"
9   },
10   "authors": {
11     " Alessandro Furieri": "a.furieri@lqt.it"
12   },
13   "source": {
14     "http": "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-amalgamation-3.0.1.tar.gz"
15   },
16   "compiler_flags": "-DVERSION=\\\"3.0.1\\\" -DOMIT_GEOCALLBACKS -DSPL_AMALGAMATION=1",
17   "ios": {
18     "compiler_flags": "-U__APPLE__"
19   },
20   "platforms": {
21     "ios": "4.0",
22     "osx": "10.6"
23   },
24   "source_files": "*.c",
25   "preserve_paths": "headers/**/*.h",
26   "dependencies": {
27     "geos": [
29     ],
30     "proj4": [
32     ],
33     "freexl": [
35     ]
36   },
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/spatialite/headers"
39   },
40   "requires_arc": false