[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / c / 2 / sqlite3 / 3.8.9.0.1 / sqlite3.podspec.json
blob153375f55c2c0a50c49c7289fe4b4b09454a0215
2   "name": "sqlite3",
3   "version": "3.8.9.0.1",
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/2015/sqlite-amalgamation-3080900.zip"
16   },
17   "requires_arc": false,
18   "default_subspecs": "common",
19   "subspecs": [
20     {
21       "name": "common",
22       "source_files": "sqlite-amalgamation-3080900/sqlite*.{h,c}",
23       "osx": {
24         "xcconfig": {
25           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1"
26         }
27       },
28       "ios": {
29         "xcconfig": {
30           "OTHER_CFLAGS": "$(inherited) -DHAVE_USLEEP=1 -DSQLITE_ENABLE_LOCKING_STYLE=0"
31         }
32       }
33     },
34     {
35       "name": "api_armor",
36       "dependencies": {
37         "sqlite3/common": [
39         ]
40       },
41       "xcconfig": {
42         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_API_ARMOR=1"
43       }
44     },
45     {
46       "name": "coldata",
47       "dependencies": {
48         "sqlite3/common": [
50         ]
51       },
52       "xcconfig": {
53         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_COLUMN_METADATA=1"
54       }
55     },
56     {
57       "name": "fts",
58       "dependencies": {
59         "sqlite3/common": [
61         ]
62       },
63       "xcconfig": {
64         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS4=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1"
65       }
66     },
67     {
68       "name": "rtree",
69       "dependencies": {
70         "sqlite3/common": [
72         ]
73       },
74       "xcconfig": {
75         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_RTREE=1"
76       }
77     },
78     {
79       "name": "soundex",
80       "dependencies": {
81         "sqlite3/common": [
83         ]
84       },
85       "xcconfig": {
86         "OTHER_CFLAGS": "$(inherited) -DSQLITE_SOUNDEX=1"
87       }
88     },
89     {
90       "name": "stat3",
91       "dependencies": {
92         "sqlite3/common": [
94         ]
95       },
96       "xcconfig": {
97         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_STAT3=1"
98       }
99     },
100     {
101       "name": "stat4",
102       "dependencies": {
103         "sqlite3/common": [
105         ]
106       },
107       "xcconfig": {
108         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_STAT4=1"
109       }
110     },
111     {
112       "name": "unicode61",
113       "dependencies": {
114         "sqlite3/common": [
116         ],
117         "sqlite3/fts": [
119         ]
120       },
121       "xcconfig": {
122         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_FTS4_UNICODE61=1"
123       }
124     },
125     {
126       "name": "unlock_notify",
127       "dependencies": {
128         "sqlite3/common": [
130         ]
131       },
132       "xcconfig": {
133         "OTHER_CFLAGS": "$(inherited) -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"
134       }
135     }
136   ]