4 "summary": "A wrapper around C SQLite to use or build upon.",
5 "description": "SQLele wraps the C SQLite API so you don't have to. Use it as-is for low-level\nSQLite access, or to build awesome libraries upon without dealing with the C API.",
6 "homepage": "https://github.com/ahti/SQLele",
12 "Lukas Stabe": "lukas@stabe.de"
20 "git": "https://github.com/ahti/SQLele.git",
23 "source_files": "Sources/**/*.swift",
28 "source_files": "Tests/**/*.swift",
29 "exclude_files": "Tests/LinuxMain.swift",
30 "frameworks": "XCTest"