blob: 7a4739df96d2ff0a0d6d3e6fc8a0c4fea13d899a [file] [log] [blame]
{
"name": "ActiveSQLite",
"version": "0.5.3",
"summary": "ActiveSQLite is an helper of SQLite.Swift. It can let you use SQLite.swift easily.",
"description": "ActiveSQLite is an helper of SQLite.Swift. It can let you use SQLite.swift easily..",
"homepage": "https://github.com/KevinZhouRafael/ActiveSQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhoukai": "wumingapie@gmail.com"
},
"source": {
"git": "https://github.com/KevinZhouRafael/ActiveSQLite.git",
"tag": "0.5.3"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "8.0"
},
"source_files": "ActiveSQLite/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"0.12.2"
]
},
"swift_version": "5.3"
}