blob: dcc3703a3e9b266bafe099f2689b762bb6a1481c [file] [log] [blame]
{
"name": "JXSQLiteManager",
"version": "0.1.2",
"summary": "对 SQLite.swift 的模型封装",
"description": "对SQLite.swift的封装,使用swift的反射原理,Model直接存储.获取. 无需再转换,增删改查. 脱离sql语句,不需要添加相关的绑定操作,直接完成转换。",
"homepage": "https://github.com/jeromexiong/SQLiteManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerome Xiong": "jeromexxc@gmail.com"
},
"source": {
"git": "https://github.com/jeromexiong/SQLiteManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "SQLiteManager/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"~> 0.12.2"
]
},
"swift_version": "5.0"
}