[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 2 / spatialite / 4.1.0 / spatialite.podspec.json
blobdc189c4c98128144c597556d71ab63214e9ad4b5
2   "name": "spatialite",
3   "version": "4.1.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.1.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   "public_header_files": "src/headers/**/*.h",
33   "private_header_files": "src/headers/spatialite_private.h",
34   "header_mappings_dir": "src/headers/",
35   "default_subspecs": [
36     "standard"
37   ],
38   "libraries": [
39     "z",
40     "iconv"
41   ],
42   "xcconfig": {
43     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/spatialite/src ${PODS_ROOT}/spatialite/src/headers ${PODS_ROOT}/geos/include ${PODS_ROOT}/geos/capi"
44   },
45   "requires_arc": false,
46   "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",
47   "subspecs": [
48     {
49       "name": "core",
50       "dependencies": {
51         "sqlite3": [
53         ]
54       }
55     },
56     {
57       "name": "geos",
58       "dependencies": {
59         "spatialite/core": [
61         ],
62         "geos": [
64         ]
65       }
66     },
67     {
68       "name": "proj4",
69       "dependencies": {
70         "spatialite/core": [
72         ],
73         "proj4": [
75         ]
76       }
77     },
78     {
79       "name": "freexl",
80       "dependencies": {
81         "spatialite/core": [
83         ],
84         "freexl": [
86         ]
87       }
88     },
89     {
90       "name": "standard",
91       "dependencies": {
92         "spatialite/proj4": [
94         ],
95         "spatialite/geos": [
97         ]
98       }
99     }
100   ]