blob: 1e6f0f90d2cde51fae100f2311d22e991cf74ebc [file] [log] [blame]
{
"name": "WDCSqlite",
"version": "0.2.0",
"summary": "轻量级ORM框架",
"description": "轻量级ORM框架。支持向数据库中插入模型,查询模型,删除模型。支持自动建表,自动更新表结构,旧数据迁移。",
"homepage": "https://github.com/WDCloudEdu/WDCSqlite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiongwei": "xiongwei@wdcloud.cc"
},
"source": {
"git": "https://github.com/WDCloudEdu/WDCSqlite.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WDCSqlite/Classes/**/*"
}