[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / c / 2 / sqlite3 / 3.10.2 / sqlite3.podspec.json
blobf21fbdca24fedff467e590fb6ae1f943842c9919
2   "name": "sqlite3",
3   "version": "3.10.2",
4   "license": {
5     "type": "Public Domain",
6     "text": "      All of the code and documentation in SQLite has been dedicated to the public domain by the authors.\n      All code authors, and representatives of the companies they work for, have signed affidavits dedicating their contributions to the public domain and originals of those signed affidavits are stored in a firesafe at the main offices of Hwaci.\n      Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original SQLite code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.\n"
7   },
8   "summary": "SQLite is an embedded SQL database engine",
9   "documentation_url": "https://sqlite.org/docs.html",
10   "homepage": "https://github.com/clemensg/sqlite3pod",
11   "authors": {
12     "Clemens Gruber": "clemensgru@gmail.com"
13   },
14   "source": {
15     "http": "https://www.sqlite.org/2016/sqlite-amalgamation-3100200.zip"
16   },
17   "requires_arc": false,
18   "default_subspecs": "common",
19   "platforms": {
20     "osx": null,
21     "ios": null,
22     "tvos": null,
23     "watchos": null
24   },
25   "subspecs": [
26     {
27       "name": "common",
28       "source_files": "sqlite-amalgamation-3100200/sqlite*.{h,c}",
29       "osx": {
30         "xcconfig": {
31           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1"
32         }
33       },
34       "ios": {
35         "xcconfig": {
36           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1 -DSQLITE_ENABLE_LOCKING_STYLE=0"
37         }
38       }
39     },
40     {
41       "name": "api_armor",
42       "dependencies": {
43         "sqlite3/common": [
45         ]
46       },
47       "xcconfig": {
48         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_API_ARMOR=1"
49       }
50     },
51     {
52       "name": "coldata",
53       "dependencies": {
54         "sqlite3/common": [
56         ]
57       },
58       "xcconfig": {
59         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_COLUMN_METADATA=1"
60       }
61     },
62     {
63       "name": "fts",
64       "dependencies": {
65         "sqlite3/common": [
67         ]
68       },
69       "xcconfig": {
70         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1"
71       }
72     },
73     {
74       "name": "fts5",
75       "dependencies": {
76         "sqlite3/common": [
78         ]
79       },
80       "xcconfig": {
81         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS5=1"
82       }
83     },
84     {
85       "name": "json1",
86       "dependencies": {
87         "sqlite3/common": [
89         ]
90       },
91       "xcconfig": {
92         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_JSON1=1"
93       }
94     },
95     {
96       "name": "rbu",
97       "dependencies": {
98         "sqlite3/common": [
100         ]
101       },
102       "xcconfig": {
103         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_RBU=1"
104       }
105     },
106     {
107       "name": "rtree",
108       "dependencies": {
109         "sqlite3/common": [
111         ]
112       },
113       "xcconfig": {
114         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_RTREE=1"
115       }
116     },
117     {
118       "name": "snapshot",
119       "dependencies": {
120         "sqlite3/common": [
122         ]
123       },
124       "xcconfig": {
125         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_SNAPSHOT=1"
126       }
127     },
128     {
129       "name": "soundex",
130       "dependencies": {
131         "sqlite3/common": [
133         ]
134       },
135       "xcconfig": {
136         "OTHER_CFLAGS": "$(inherited) -DSQLITE_SOUNDEX=1"
137       }
138     },
139     {
140       "name": "stat3",
141       "dependencies": {
142         "sqlite3/common": [
144         ]
145       },
146       "xcconfig": {
147         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_STAT3=1"
148       }
149     },
150     {
151       "name": "stat4",
152       "dependencies": {
153         "sqlite3/common": [
155         ]
156       },
157       "xcconfig": {
158         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_STAT4=1"
159       }
160     },
161     {
162       "name": "unicode61",
163       "dependencies": {
164         "sqlite3/common": [
166         ],
167         "sqlite3/fts": [
169         ]
170       }
171     },
172     {
173       "name": "unlock_notify",
174       "dependencies": {
175         "sqlite3/common": [
177         ]
178       },
179       "xcconfig": {
180         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"
181       }
182     }
183   ]