[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 8 / 3 / MKDB / 1.0.0 / MKDB.podspec.json
blob26d89c7b2936bee5615423187d1385300233d551
2   "name": "MKDB",
3   "version": "1.0.0",
4   "summary": "基于FMDB 的持久层操作库",
5   "homepage": "https://github.com/zhuwh/MKDB",
6   "license": "MIT",
7   "authors": {
8     "mark": "zhuwenhui5566@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/zhuwh/MKDB.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "**/DevFramework/Database/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
22     ]
23   }