[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 1 / LKDBHelper / 2.4.6 / LKDBHelper.podspec.json
blobd213f221e811054e81e538405522f38ef9288a19
2   "name": "LKDBHelper",
3   "version": "2.4.6",
4   "summary": "全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock",
5   "description": "全面支持 NSArray,NSDictionary, ModelClass, NSNumber, NSString, NSDate, NSData, UIColor, UIImage, CGRect, CGPoint, CGSize, NSRange, int,char,float, double, long.. 等属性的自动化操作(插入和查询)",
6   "homepage": "https://github.com/li6185377/LKDBHelper-SQLite-ORM",
7   "license": "MIT",
8   "authors": {
9     "Jianghuai Li": "li6185377@163.com"
10   },
11   "source": {
12     "git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
13     "tag": "2.4.6"
14   },
15   "platforms": {
16     "ios": "4.3",
17     "osx": "10.6"
18   },
19   "requires_arc": true,
20   "default_subspec": [
21     "standard"
22   ],
23   "subspecs": [
24     {
25       "name": "standard",
26       "source_files": "LKDBHelper/Helper/*.{h,m}",
27       "dependencies": {
28         "FMDB": [
30         ]
31       }
32     },
33     {
34       "name": "FMDBStandalone",
35       "source_files": "LKDBHelper/Helper/*.{h,m}",
36       "dependencies": {
37         "FMDB/standalone": [
39         ]
40       }
41     }
42   ]