blob: 2347e114c9b0a289ff51255ca8a3b3b4c561789b [file] [log] [blame]
{
"name": "SQLele",
"version": "0.0.1",
"summary": "A wrapper around C SQLite to use or build upon.",
"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.",
"homepage": "https://github.com/ahti/SQLele",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Stabe": "lukas@stabe.de"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/ahti/SQLele.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"exclude_files": "Tests/LinuxMain.swift",
"frameworks": "XCTest"
}
]
}