blob: a5b35b00ab7aad2b0039148a1f869ec0d652316e [file] [log] [blame]
{
"name": "FMDBModel",
"version": "0.0.1",
"summary": "虚拟数据模型,对FMDB进行封装,子类能进行基本的数据库操作",
"homepage": "https://github.com/lindechun1994/FMDBModel",
"license": "MIT",
"authors": {
"DeChun Lin": "lin_de_chun@sina.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lindechun1994/FMDBModel.git",
"tag": "0.0.1"
},
"source_files": "Pod/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.6.2"
],
"LDFramework": [
"~> 0.2.0"
]
}
}