[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / 5 / XHLogPreview / 1.0.0 / XHLogPreview.podspec.json
blob54cd25420c09dc6ffc9b0cff7f8466452348875d
2   "name": "XHLogPreview",
3   "version": "1.0.0",
4   "summary": "使用 CocoaLumberjack 日志,自定义格式,自定义文件名,实现日志预览,分享",
5   "description": "使用 CocoaLumberjack 收集日志,二次封装,自定义日志输出格式,自定义写入文件名,实现日志预览,分享",
6   "homepage": "https://github.com/AssassinrKiller/XHLogPreview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ios_service@126.com": "AssassinrKiller"
13   },
14   "source": {
15     "git": "https://github.com/AssassinrKiller/XHLogPreview.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XHLogPreview/Classes/**/*",
22   "dependencies": {
23     "CocoaLumberjack": [
25     ]
26   }