[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / d / LYLogger / 0.1.0 / LYLogger.podspec.json
blob76976f28052e0e2a8f2f3f93909963ebfa8db506
2   "name": "LYLogger",
3   "version": "0.1.0",
4   "summary": "用于做文件日志的LYLogger",
5   "description": "给测试部测试的时候,无法看日志文件,只能写到沙盒内,如果有问题,再查看日志。这个组件封装了CocoaLumberjack,提供了简易的文件接口记录文件",
6   "homepage": "https://github.com/sususu/LYLogger.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sususu": "sujiangbest@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sususu/LYLogger.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LYLogger/Classes/**/*",
22   "dependencies": {
23     "CocoaLumberjack": [
25     ]
26   }