blob: f052709eb2db509f8919f3418cd158d8da18c06d [file] [log] [blame]
{
"name": "LBaseDB",
"version": "0.0.1",
"summary": "线程安全的FMDB封装类",
"description": "线程安全的FMDB封装类",
"homepage": "https://github.com/weskhen/LBaseDB.git",
"license": "Code is MIT, then custom font licenses",
"authors": {
"wujian": "wujian516411567@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weskhen/LBaseDB.git",
"tag": "0.0.1"
},
"source_files": "Public/LBaseDB/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"YYModel": [
],
"FMDB": [
]
}
}