blob: 1f2dee54cadc9b65bb556c2a541f8221118ddc29 [file] [log] [blame]
{
"name": "SwiftSQLite",
"version": "0.9.2",
"authors": "Werner Freytag",
"homepage": "https://github.com/werner-freytag/SwiftSQLite",
"documentation_url": "https://github.com/werner-freytag/SwiftSQLite",
"summary": "A lightweight Swift wrapper for SQLite.",
"description": "A lightweight Swift wrapper for SQLite. Makes use of Swift generics and errors. Can fetch data lazy or at once, depending on what you prefer.",
"source": {
"git": "https://github.com/werner-freytag/SwiftSQLite.git",
"tag": "0.9.2"
},
"license": "MIT",
"swift_versions": [
"5.0",
"5.0"
],
"source_files": "Sources/**/*",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_version": "5.0"
}