blob: fe2d6b5c13b921f1618805373e878108ea8ca6ba [file] [log] [blame]
{
"name": "ActiveSQLite",
"version": "0.4.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.4.3"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "ActiveSQLite/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"0.11.5"
]
}
}