[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / f / 4 / c / YHDB / 1.0.1 / YHDB.podspec.json
bloba43770abb0c35d9e96a7d8fbd0c9258020943666
2   "name": "YHDB",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": [
22     "YHDB",
23     "YHDB/*.{h,m}"
24   ],
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "dependencies": {
28     "FMDB": [
30     ]
31   }