Skip to content

Commit 24b6e00

Browse files
author
ljh
committed
update pod spec
1 parent 6467b71 commit 24b6e00

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ xcuserdata
2323
*.xcuserstate
2424
*.xcscmblueprint
2525
.idea
26+
.DS_Store
2627

2728
## Obj-C/Swift specific
2829
*.hmap

LKDBHelper.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LKDBHelper",
3-
"version": "2.4",
3+
"version": "2.4.1",
44
"summary": "全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock",
55
"description": "全面支持 NSArray,NSDictionary, ModelClass, NSNumber, NSString, NSDate, NSData, UIColor, UIImage, CGRect, CGPoint, CGSize, NSRange, int,char,float, double, long.. 等属性的自动化操作(插入和查询)",
66
"homepage": "https://github.com/li6185377/LKDBHelper-SQLite-ORM",
@@ -10,7 +10,7 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
13-
"tag": "2.4"
13+
"tag": "2.4.1"
1414
},
1515
"platforms": {
1616
"ios": "4.3",

LKDBHelper/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)