-
Notifications
You must be signed in to change notification settings - Fork 288
/
LKDBHelper.podspec.json
36 lines (35 loc) · 1.07 KB
/
LKDBHelper.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "LKDBHelper",
"version": "2.7.0",
"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": "[email protected]"
},
"source": {
"git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
"tag": "2.7.0"
},
"platforms": {
"ios": "12.0",
"osx": "10.13",
"watchos": "7.0"
},
"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": []
}
}]
}