[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 2 / DFLogManager / 0.1.2 / DFLogManager.podspec.json
blob9895451ce073e7950fd2bde9f16fc2c74bae0dd8
2   "name": "DFLogManager",
3   "version": "0.1.2",
4   "summary": "日志控件",
5   "description": "利用NSUserDefault进行本地缓存的日志控件\n更新内容:优化交互体验,数据库调整为NSUserDefault",
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.1.2"
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   "libraries": "c++",
28   "dependencies": {
29     "Masonry": [
31     ],
32     "UITableView+FDTemplateLayoutCell": [
34     ],
35     "MJRefresh": [
37     ],
38     "MJExtension": [
40     ],
41     "LSiOSPopView": [
43     ]
44   }