[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 2 / sqlite3 / 3.12.2 / sqlite3.podspec.json
blob0cb5ac81765f4c1f63c4ff49574fed7a8969f850
2   "name": "sqlite3",
3   "version": "3.12.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.\nAll 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.\nAnyone 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-3120200.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-3120200/sqlite*.{h,c}",
29       "osx": {
30         "pod_target_xcconfig": {
31           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1"
32         }
33       },
34       "ios": {
35         "pod_target_xcconfig": {
36           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1 -DSQLITE_ENABLE_LOCKING_STYLE=0"
37         }
38       },
39       "tvos": {
40         "pod_target_xcconfig": {
41           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1 -DSQLITE_ENABLE_LOCKING_STYLE=0"
42         }
43       },
44       "watchos": {
45         "pod_target_xcconfig": {
46           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1 -DSQLITE_ENABLE_LOCKING_STYLE=0"
47         }
48       }
49     },
50     {
51       "name": "api_armor",
52       "dependencies": {
53         "sqlite3/common": [
55         ]
56       },
57       "pod_target_xcconfig": {
58         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_API_ARMOR=1"
59       }
60     },
61     {
62       "name": "coldata",
63       "dependencies": {
64         "sqlite3/common": [
66         ]
67       },
68       "pod_target_xcconfig": {
69         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_COLUMN_METADATA=1"
70       }
71     },
72     {
73       "name": "fts",
74       "dependencies": {
75         "sqlite3/common": [
77         ]
78       },
79       "pod_target_xcconfig": {
80         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1"
81       }
82     },
83     {
84       "name": "fts5",
85       "dependencies": {
86         "sqlite3/common": [
88         ]
89       },
90       "pod_target_xcconfig": {
91         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS5=1"
92       }
93     },
94     {
95       "name": "json1",
96       "dependencies": {
97         "sqlite3/common": [
99         ]
100       },
101       "pod_target_xcconfig": {
102         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_JSON1=1"
103       }
104     },
105     {
106       "name": "rbu",
107       "dependencies": {
108         "sqlite3/common": [
110         ]
111       },
112       "pod_target_xcconfig": {
113         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_RBU=1"
114       }
115     },
116     {
117       "name": "rtree",
118       "dependencies": {
119         "sqlite3/common": [
121         ]
122       },
123       "pod_target_xcconfig": {
124         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_RTREE=1"
125       }
126     },
127     {
128       "name": "snapshot",
129       "dependencies": {
130         "sqlite3/common": [
132         ]
133       },
134       "pod_target_xcconfig": {
135         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_SNAPSHOT=1"
136       }
137     },
138     {
139       "name": "soundex",
140       "dependencies": {
141         "sqlite3/common": [
143         ]
144       },
145       "pod_target_xcconfig": {
146         "OTHER_CFLAGS": "$(inherited) -DSQLITE_SOUNDEX=1"
147       }
148     },
149     {
150       "name": "stat3",
151       "dependencies": {
152         "sqlite3/common": [
154         ]
155       },
156       "pod_target_xcconfig": {
157         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_STAT3=1"
158       }
159     },
160     {
161       "name": "stat4",
162       "dependencies": {
163         "sqlite3/common": [
165         ]
166       },
167       "pod_target_xcconfig": {
168         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_STAT4=1"
169       }
170     },
171     {
172       "name": "unicode61",
173       "dependencies": {
174         "sqlite3/common": [
176         ],
177         "sqlite3/fts": [
179         ]
180       }
181     },
182     {
183       "name": "unlock_notify",
184       "dependencies": {
185         "sqlite3/common": [
187         ]
188       },
189       "pod_target_xcconfig": {
190         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"
191       }
192     }
193   ]