Skip to content

Commit 728e46d

Browse files
authored
Merge pull request li6185377#105 from aelam/master
update LKDBHelper.podspec
2 parents 9d055b4 + 018092e commit 728e46d

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

LKDBHelper.podspec.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LKDBHelper",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
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,17 +10,30 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
13-
"tag": "2.4.2"
13+
"tag": "2.4.3"
1414
},
1515
"platforms": {
1616
"ios": "4.3",
1717
"osx": "10.6"
1818
},
19-
"source_files": "LKDBHelper/Helper/*.{h,m}",
19+
2020
"requires_arc": true,
21-
"dependencies": {
22-
"FMDB": [
2321

24-
]
25-
}
22+
"default_subspec": ["standard"],
23+
"subspecs": [
24+
{
25+
"name": "standard",
26+
"source_files": "LKDBHelper/Helper/*.{h,m}",
27+
"dependencies": {
28+
"FMDB": []
29+
}
30+
},
31+
{
32+
"name": "FMDBStandalone",
33+
"source_files": "LKDBHelper/Helper/*.{h,m}",
34+
"dependencies": {
35+
"FMDB/standalone": []
36+
}
37+
}
38+
]
2639
}

0 commit comments

Comments
 (0)