[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 2 / 5 / LWLogger / 1.0.0 / LWLogger.podspec.json
blob132565b22af6ba40c7cfeb828f98530e8a8cb973
2   "name": "LWLogger",
3   "version": "1.0.0",
4   "summary": "一个日志记录框架,基于CocoaLumberjack封将.",
5   "description": "一个日志记录框架,基于CocoaLumberjack封装。能够记录不同级别的日志,并保存到文件,按日期生成压缩包。",
6   "homepage": "https://gitlab.com/ioslibraries1/lwlogger.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/ioslibraries1/lwlogger.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "LWLogger/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "dependencies": {
23     "CocoaLumberjack": [
24       "~>3.6.0"
25     ],
26     "SSZipArchive": [
28     ]
29   }