[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 5 / 0 / WHDB / 0.0.6 / WHDB.podspec.json
blob9d245abb1d7ffe785ab50c0d8c4ce6bf8ebd97ef
2   "name": "WHDB",
3   "version": "0.0.6",
4   "summary": "基于FMDB的二次封装库",
5   "description": "基于FMDB的二次封装库,实现了大多数基础的sqlite数据库操作,使用简单,不会sqlite语句也可以轻松实现本地数据存储",
6   "homepage": "hthttps://github.com/lwhldy/WHDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lwhldy": "linwenhua930823@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lwhldy/WHDB.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "WHDB",
23     "WHDB/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "FMDB": [
27       "~> 2.7.2"
28     ]
29   }