[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / d / b / YHFMDBHelper / 0.1.0 / YHFMDBHelper.podspec.json
blob06c177b4539ed1380c711b9f1fb4d79ce3762cab
2   "name": "YHFMDBHelper",
3   "version": "0.1.0",
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.1.0"
18   },
19   "source_files": "Sources",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.3"
24     ]
25   }