blob: f78cad65f8dc6b1236f34bbf360827b565c971e9 [file] [log] [blame]
{
"name": "LKDBHelper",
"version": "2.5.3",
"summary": "全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock",
"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.5.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"default_subspec": [
"standard"
],
"subspecs": [
{
"name": "standard",
"source_files": "LKDBHelper/Helper/*.{h,m}",
"dependencies": {
"FMDB": [
]
}
},
{
"name": "FMDBStandalone",
"source_files": "LKDBHelper/Helper/*.{h,m}",
"dependencies": {
"FMDB/standalone": [
]
}
}
]
}