[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 2 / spatialite / 4.1.1 / spatialite.podspec.json
blobce2e026c82bece29724a780b6906ff48e103c8d6
2   "name": "spatialite",
3   "version": "4.1.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-4.1.1.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     "*.h",
26     "src/{gaiaaux,gaiageo}/gg_*.c",
27     "src/{dxf,gaiaexif,geopackage,md5,shapefiles,spatialite,srsinit,versioninfo,virtualtext,wfs}/*.c"
28   ],
29   "preserve_paths": [
30     "src/**/*.h",
31     "src/**/*.c"
32   ],
33   "public_header_files": "src/headers/**/*.h",
34   "private_header_files": "src/headers/spatialite_private.h",
35   "header_mappings_dir": "src/headers/",
36   "default_subspecs": [
37     "standard"
38   ],
39   "prepare_command": "./configure --enable-geos=no --enable-proj=no --enable-freexl=no\n \ncat >> ./config.h <<CONFIG_H\n\n#undef OMIT_GEOS\n#undef OMIT_PROJ\n\n// this is disabled since something is going wrong while linking for i386 architecture\n#undef GEOS_ADVANCED\n\nCONFIG_H\n",
40   "libraries": [
41     "z",
42     "iconv"
43   ],
44   "xcconfig": {
45     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/spatialite/src ${PODS_ROOT}/spatialite/src/headers ${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi",
46     "CLANG_ENABLE_MODULES": "NO"
47   },
48   "requires_arc": false,
49   "subspecs": [
50     {
51       "name": "core",
52       "dependencies": {
53         "sqlite3": [
55         ]
56       }
57     },
58     {
59       "name": "geos",
60       "dependencies": {
61         "spatialite/core": [
63         ],
64         "geos": [
66         ]
67       }
68     },
69     {
70       "name": "proj4",
71       "dependencies": {
72         "spatialite/core": [
74         ],
75         "proj4": [
77         ]
78       }
79     },
80     {
81       "name": "freexl",
82       "dependencies": {
83         "spatialite/core": [
85         ],
86         "freexl": [
88         ]
89       }
90     },
91     {
92       "name": "standard",
93       "dependencies": {
94         "spatialite/proj4": [
96         ],
97         "spatialite/geos": [
99         ]
100       }
101     }
102   ]