[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / 6 / 7 / LJDB / 0.0.1 / LJDB.podspec.json
bloba22e414cb2130f5b810d597c2d23c2271991c46b
2   "name": "LJDB",
3   "version": "0.0.1",
4   "summary": "基于FMDB和YYModel的一个便捷的数据库模型框架。",
5   "homepage": "https://gitee.com/luckyLiu/LJDB",
6   "license": "MIT",
7   "authors": {
8     "LuckyLiu": "liujincat@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://gitee.com/luckyLiu/LJDB.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "LJDB/LJDB/LJDB",
19     "*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "YYKit": [
25     ],
26     "FMDB": [
28     ]
29   }