[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 1 / LKDBHelper / 2.5.7 / LKDBHelper.podspec.json
blob21eb249bd01ef0bbc5c60f47520701fc78cdee69
2   "name": "LKDBHelper",
3   "version": "2.5.7",
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.5.7"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
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   ]