[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 2 / spatialite / 4.0.0 / spatialite.podspec.json
blobe7a0cce857c9e581144f1e4c0a38324a4dec7fdd
2   "name": "spatialite",
3   "version": "4.0.0",
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-4.0.0.tar.gz"
15   },
16   "compiler_flags": "-DHAVE_CONFIG_H",
17   "ios": {
18     "compiler_flags": "-U__APPLE__"
19   },
20   "platforms": {
21     "ios": "4.0",
22     "osx": "10.6"
23   },
24   "source_files": [
25     "src/{gaiaaux,gaiageo}/gg_*.c",
26     "src/{dxf,gaiaexif,geopackage,md5,shapefiles,spatialite,srsinit,versioninfo,virtualtext,wfs}/*.c"
27   ],
28   "preserve_paths": [
29     "src/**/*.h",
30     "src/**/*.c"
31   ],
32   "dependencies": {
33     "sqlite3": [
34       ">= 3.7.3"
35     ],
36     "geos": [
38     ],
39     "proj4": [
41     ],
42     "freexl": [
44     ]
45   },
46   "xcconfig": {
47     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/spatialite/src/headers"
48   },
49   "requires_arc": false,
50   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"