blob: f59e067a8c1e7bdb5d3327464151c13e77c834a3 [file] [log] [blame]
{
"name": "SQLiteObject_Swift",
"version": "0.1.0",
"summary": "SQLite简易封装库",
"description": "简单的封装操作数据库,用对象模式来操作数据表的操作,包括查询、保存、删除",
"homepage": "https://github.com/wilson7156/SQLiteObject_Swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wilson": "wsn7156@gmail.com"
},
"source": {
"git": "https://github.com/wilson7156/SQLiteObject_Swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SQLiteObject/Classes/*",
"swift_version": "4.0",
"dependencies": {
"SQLite.swift": [
"~> 0.11.4"
]
}
}