blob: 991cee90223f262e03504190be02f1a48f1ba6ef [file] [log] [blame]
{
"name": "TKSqliteTool",
"version": "0.1.0",
"summary": "TKSqliteTool",
"description": "TKSqliteTool一个对SQLite数据库的封装的简易框架",
"homepage": "https://github.com/CoderTitan/TKSqliteTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderTitan": "quanjunt@163.com"
},
"source": {
"git": "https://github.com/CoderTitan/TKSqliteTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TKSqliteTool/Classes/**/*",
"libraries": "sqlite3"
}