[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / d / b / YHFMDBHelper / 0.2 / YHFMDBHelper.podspec.json
blob12ed9c0b6b826dcb8d49c4a32a870e875740370f
2   "name": "YHFMDBHelper",
3   "version": "0.2",
4   "summary": "SQL helpers for FMDB",
5   "description": "Helper categories for FMDB to spell SQL statements,\nand easy use FMDB with Model Mapping.",
6   "homepage": "https://github.com/YouSelf/YHFMDBHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangyuehong": "wang_gnawer@163.com"
13   },
14   "social_media_url": "http://www.302li.com",
15   "source": {
16     "git": "https://github.com/YouSelf/YHFMDBHelper.git",
17     "tag": "0.2"
18   },
19   "source_files": "Sources",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.3"
24     ]
25   }