blob: 4a62dd89321d6bf43eadafd8ddaa2e502d3bef9c [file] [log] [blame]
{
"name": "FMDB_JING",
"version": "0.1.1",
"summary": "fmdb的封装,无需写复杂的sql语句",
"description": "fmdb的封装,直接针对于model存取,无需写sql,一句代码搞定增删改查",
"homepage": "https://github.com/jingchangfa/FMDB_JING",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jing": "2719519892@qq.com"
},
"source": {
"git": "https://github.com/jingchangfa/FMDB_JING.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FMDB_JING/Classes/*.{h,m}",
"dependencies": {
"FMDB": [
"~> 2.3"
]
}
}