1{
2  "name": "ABI48_0_0EXSQLite",
3  "version": "11.1.1",
4  "summary": "Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.",
5  "description": "Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "source": {
13    "git": "https://github.com/expo/expo.git"
14  },
15  "static_framework": true,
16  "dependencies": {
17    "ABI48_0_0ExpoModulesCore": []
18  },
19  "source_files": "EXSQLite/**/*.{h,m}"
20}
21