Skip to content

Commit

Permalink
Merge pull request #105 from aelam/master
Browse files Browse the repository at this point in the history
update LKDBHelper.podspec
  • Loading branch information
li6185377 authored Jun 19, 2017
2 parents 9d055b4 + 018092e commit 728e46d
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions LKDBHelper.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LKDBHelper",
"version": "2.4.2",
"version": "2.4.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",
Expand All @@ -10,17 +10,30 @@
},
"source": {
"git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
"tag": "2.4.2"
"tag": "2.4.3"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "LKDBHelper/Helper/*.{h,m}",

"requires_arc": true,
"dependencies": {
"FMDB": [

]
}
"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": []
}
}
]
}

0 comments on commit 728e46d

Please sign in to comment.