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