blob: 2718b7bc7a9bf0a860cfb13223b0a8bba86c9005 [file] [log] [blame]
{
"name": "JQFMDB",
"version": "1.1",
"summary": "FMDB的封装,操作简单,线程安全,扩展性强,直接操作model或dictionary",
"description": "FMDB的封装,操作简单,线程安全,扩展性强,直接操作model或dictionary.",
"homepage": "https://github.com/gaojunquan/JQFMDB",
"license": "MIT",
"authors": "cleanmonkey",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gaojunquan/JQFMDB.git",
"tag": "1.1"
},
"source_files": "JQFMDB/JQFMDB/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}