blob: a754fff219672f112a4b01196a17c10e17456732 [file] [log] [blame]
{
"name": "SQLiteProtocol",
"version": "1.0",
"summary": "Basic database operations for swift and sqlite by making classes or structs conform to a protocol",
"homepage": "https://github.com/dcb-ug/sqlite-protocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manuel Reich": "mr@dcb.ug"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/dcb-ug/sqlite-protocol.git",
"tag": "1.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}