From 8fab25b44d39454cd6f1a9fdd52f48f1325b2f83 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 25 May 2017 16:50:48 +0800 Subject: [PATCH] update LKDBHelper.podspec --- LKDBHelper.podspec.json | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/LKDBHelper.podspec.json b/LKDBHelper.podspec.json index e55a677..f17f4e6 100644 --- a/LKDBHelper.podspec.json +++ b/LKDBHelper.podspec.json @@ -1,6 +1,6 @@ { "name": "LKDBHelper", - "version": "2.4.1", + "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", @@ -10,17 +10,30 @@ }, "source": { "git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git", - "tag": "2.4.1" + "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": [] + } + } + ] } \ No newline at end of file