blob: 580b054dedbf1239b2219ebf40bd989437f72249 [file] [log] [blame]
{
"name": "HLSqliteModelTool",
"version": "0.0.1",
"summary": "面向对象的数据库工具",
"description": "简单好用的面向对象的数据库工具,一句代码实现CURD",
"homepage": "https://github.com/CoderHL/HLSqliteModelTool",
"license": "MIT",
"authors": {
"liuhong": "liuhong@1391.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/CoderHL/HLSqliteModelTool.git",
"tag": "0.0.1"
},
"source_files": [
"HLSqliteModelTool",
"HLSqliteModelTool/**/*.{h,m}"
],
"libraries": "sqlite3.0",
"requires_arc": true
}