blob: dfff6a87bcebaa5eff7c2ccf4b762b180d14516c [file] [log] [blame]
{
"name": "LKDBHelper",
"version": "2.1.1",
"summary": "数据库的全自动操作,支持 列->实体属性 映射,NSArray,NSDictionary,Object... ALL Supported,Automatic Operation ...",
"description": "全面支持 NSArray,NSDictionary, ModelClass, NSNumber, NSString, NSDate, NSData, UIColor, UIImage, CGRect, CGPoint, CGSize, NSRange, int,char,float, double, long.. 等属性的自动化操作(插入和查询)",
"homepage": "https://github.com/li6185377/LKDBHelper-SQLite-ORM",
"license": "MIT",
"authors": {
"Jianghuai Li": "li6185377@163.com"
},
"source": {
"git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "LKDBHelper/Helper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}