[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / f / JXFMDBMOperator / 1.0.4 / JXFMDBMOperator.podspec.json
blob6b035f6bb41f0110278377b54e19bd346df6e0aa
2   "name": "JXFMDBMOperator",
3   "version": "1.0.4",
4   "summary": "SQLite Operator base on FMDB .",
5   "description": "在 FMDB 的基础上简单封装一些操作数据库的 API 。",
6   "homepage": "https://github.com/itwyhuaing/JXFMDBMOperator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hnbwyh": "itwyhuaing@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/itwyhuaing/JXFMDBMOperator.git",
19     "tag": "1.0.4"
20   },
21   "source_files": "JXFMDBMOperator/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "FMDB": [
25       "2.7.2"
26     ]
27   }