[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 9 / SHDB / 0.1.0 / SHDB.podspec.json
blob38d07045551569e41cacc466cd8332c61bcd3354
2   "name": "SHDB",
3   "version": "0.1.0",
4   "summary": "A short description of SHDB.",
5   "description": "基于FMDB的简单数据库框架封装,满足简单的基础功能。",
6   "homepage": "https://github.com/BoySimonHu/SHDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BoySimonHu": "hfzdeyx@163.com"
13   },
14   "source": {
15     "git": "https://github.com/BoySimonHu/SHDB.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SHDB/Classes/**/*",
22   "dependencies": {
23     "FMDB/SQLCipher": [
25     ],
26     "FMDB": [
28     ],
29     "MJExtension": [
31     ]
32   }