[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 6 / 7 / LJDB / 0.0.3 / LJDB.podspec.json
blob63c66fe28db275c503442c506359000267a109e0
2   "name": "LJDB",
3   "version": "0.0.3",
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.3"
16   },
17   "source_files": [
18     "LJDB/LJDB/LJDB",
19     "*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "YYModel": [
25     ],
26     "FMDB": [
28     ]
29   }