blob: ad1e779fe970e82e3b677a1c0b53d95d2c9fb2c4 [file] [log] [blame]
{
"name": "SQLiteProtocol",
"version": "0.1.1",
"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": "0.1.1"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
}
}