[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / a / ZJLog / 1.0.4 / ZJLog.podspec.json
blobed80a9916437407509eb253c91831771c8486155
2   "name": "ZJLog",
3   "version": "1.0.4",
4   "summary": "Log redirection output tool for iOS.",
5   "description": "Log redirection output tool for iOS, you can set the Log level, redirect output to the proxy interface, save logs to the sandbox, and more.",
6   "homepage": "https://github.com/Eafy/ZJLog.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lzj": "lizhijian_21@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Eafy/ZJLog.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "ZJLog/ZJLog.h",
23     "ZJLog/ZJLogBridgeOC.h"
24   ],
25   "public_header_files": [
26     "ZJLog/ZJLog.h",
27     "ZJLog/ZJLogBridgeOC.h"
28   ],
29   "deprecated": true,
30   "subspecs": [
31     {
32       "name": "ZJLog",
33       "source_files": [
34         "ZJLog/{ZJ}*.{h,m,mm,c}",
35         "ZJLog/Singleton.h"
36       ]
37     }
38   ]