blob: 94e03702ab3d4d7b34dc961c8bd892f20e3f4c59 [file] [log] [blame]
{
"name": "RHDatabase",
"version": "0.3.12.1",
"summary": "封装FMDB,支持全文检索、支持条件对象查询、支持定时收回SQLite空间、支持JSON定义表、自动增加表字段等",
"homepage": "https://github.com/cochat/TCDatabase",
"license": "Apache",
"authors": {
"ichensheng": "cs200521@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cochat/TCDatabase.git",
"tag": "0.3.12.1"
},
"source_files": "TCDatabase/Classes/*.{h,m}",
"resources": "TCDatabase/Classes/*.txt",
"requires_arc": true,
"dependencies": {
"FMDB/FTS": [
"~> 2.6.2"
],
"FCFileManager": [
"~> 1.0.17"
]
}
}