[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / e / FMDB_JING / 0.1.2 / FMDB_JING.podspec.json
blob1e298dace120803916c223887da38d383ba7f1bf
2   "name": "FMDB_JING",
3   "version": "0.1.2",
4   "summary": "fmdb的封装,无需写复杂的sql语句",
5   "description": "fmdb的封装,直接针对于model存取,无需写sql,一句代码搞定增删改查",
6   "homepage": "https://github.com/jingchangfa/FMDB_JING",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jing": "2719519892@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jingchangfa/FMDB_JING.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FMDB_JING/Classes/*.{h,m}",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.3"
25     ]
26   }