[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 1 / LKDBHelper / 2.1.9 / LKDBHelper.podspec.json
bloba90d2a57f232277bf3a4f1c32cccd8f4fbd6f4cb
2   "name": "LKDBHelper",
3   "version": "2.1.9",
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.1.9"
14   },
15   "platforms": {
16     "ios": "4.3",
17     "osx": "10.6"
18   },
19   "source_files": "LKDBHelper/Helper/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
24     ]
25   }