[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 2 / DFLogManager / 0.2.0 / DFLogManager.podspec.json
bloba0a30c134ee4c4bd61bc662e671234a823d78235
2   "name": "DFLogManager",
3   "version": "0.2.0",
4   "summary": "日志控件",
5   "description": "利用NSUserDefault进行本地缓存的日志控件\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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DFLogManager/Classes/**/*",
22   "resources": "DFLogManager/Assets/*.{png,bundle,plist}",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Masonry": [
30     ],
31     "UITableView+FDTemplateLayoutCell": [
33     ],
34     "MJRefresh": [
36     ],
37     "MJExtension": [
39     ],
40     "LSiOSPopView": [
42     ]
43   }