[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 1 / 9 / DCDBHandler / 1.0 / DCDBHandler.podspec.json
blob8f37adb6e9c379708720514f51b7f9390bb0940f
2   "name": "DCDBHandler",
3   "version": "1.0",
4   "summary": "数据库操作 DCDBHandler.",
5   "description": "一个轻量级的数据库操作,基于FMDB的封装",
6   "homepage": "https://github.com/gfchenun/DCDBHandler",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "chasel": "chasel.chen@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/gfchenun/DCDBHandler.git",
18     "tag": "1.0"
19   },
20   "source_files": [
21     "DCDBHandler/DBHandler",
22     "DBHandler/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "FMDB": [
28     ]
29   }