[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 2 / DFLogManager / 0.0.5 / DFLogManager.podspec.json
blob20e8cabf3ca2364bd4408430e480a10323925a0e
2   "name": "DFLogManager",
3   "version": "0.0.5",
4   "summary": "日志控件",
5   "description": "利用realm进行本地缓存的日志控件\n更新内容:增加场景限制,增加对应的保留条数限制",
6   "homepage": "https://github.com/quanchengk/DFLogManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danfort": "quanchengk@163.com"
13   },
14   "source": {
15     "git": "https://github.com/quanchengk/DFLogManager.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DFLogManager/Classes/**/*",
22   "resources": "DFLogManager/Assets/*.{png,bundle,plist}",
23   "dependencies": {
24     "Realm": [
26     ],
27     "Masonry": [
29     ],
30     "UITableView+FDTemplateLayoutCell": [
32     ],
33     "MJRefresh": [
35     ]
36   }