blob: 7c345debe965dd12a60497809819663de923c1b8 [file] [log] [blame]
{
"name": "SwCtDB",
"version": "0.0.3",
"summary": "一个Swift版的Sqlite操作库",
"description": "Sqlite的模型化库,自动化处理建表,删表,更新字段等工作,并能大限度的降低sql语句编写工作",
"homepage": "https://github.com/clint23/SwCtDB",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"clint": "3243629382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/clint23/SwCtDB.git",
"tag": "0.0.3"
},
"swift_version": "4.1",
"source_files": "SwCtDB/SwCtDB/SwCtDB.swift",
"frameworks": "UIKit",
"libraries": "sqlite3",
"requires_arc": true
}