blob: 00b7500e7855cc4b870e58646dea0b0c8c545b11 [file] [log] [blame]
{
"name": "SwiftSQLite",
"version": "0.9.3",
"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.3"
},
"license": "MIT",
"swift_versions": [
"5.0"
],
"source_files": "Sources/**/*",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_version": "5.0"
}