blob: 98b623b49ff5a06ddeb3454299cba558629a3788 [file] [log] [blame]
{
"name": "PTDB",
"version": "0.0.3",
"summary": "数据库,核心基于FMDB,以对象方式来直接操作数据库,简略了数据库的操作,开发者只需要关心数据的存取,不必为数据存储的分配担心.",
"description": "非常简单的一个数据库操作工具",
"homepage": "https://github.com/JLGB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JLBG": "513466979@qq.com"
},
"source": {
"git": "https://github.com/JLGB/PTDB.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DBTest/PTDB/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"FMDB": [
]
}
}