[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 0 / a / ZJLog / 1.0.9 / ZJLog.podspec.json
blobe5b482d1a2fb6b669194fdef81a2a8ec56e4c5ef
2   "name": "ZJLog",
3   "version": "1.0.9",
4   "summary": "Log redirection output tool for iOS, support for c、c++、m、mm code files.",
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, support for c、c++、m、mm code files, 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.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "ZJLog/ZJLog.h",
23     "ZJLog/ZJLogBridgeOC.h",
24     "ZJLog/ZJLogBridgeC.h",
25     "ZJLog/ZJPrintfLog.h"
26   ],
27   "public_header_files": [
28     "ZJLog/ZJLog.h",
29     "ZJLog/ZJLogBridgeOC.h",
30     "ZJLog/ZJLogBridgeC.h",
31     "ZJLog/ZJPrintfLog.h"
32   ],
33   "libraries": "c++",
34   "deprecated": true,
35   "subspecs": [
36     {
37       "name": "ZJLog",
38       "source_files": [
39         "ZJLog/{ZJ}*.{h,m,mm,c}",
40         "ZJLog/Singleton.h"
41       ]
42     }
43   ]