[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / c / YHDB / 1.0.3 / YHDB.podspec.json
blobadcc08bdc55e8c91512b1a629d54cf8fff1da4af
2   "name": "YHDB",
3   "version": "1.0.3",
4   "summary": "Package based on fmdb.",
5   "description": "Package based on fmdb,used to call database operation conveniently.used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/wyhazq/YHDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wyhazq": "443265447@qq.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/wyhazq/YHDB.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "YHDB",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "FMDB": [
27     ]
28   }