blob: 735582bf5e4b47afb79dba9bdb181183f6bf26d5 [file] [log] [blame]
{
"name": "ZJLog",
"version": "1.0.8",
"summary": "Log redirection output tool for iOS, support for c、c++、m、mm code files.",
"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.",
"homepage": "https://github.com/Eafy/ZJLog.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lzj": "lizhijian_21@163.com"
},
"source": {
"git": "https://github.com/Eafy/ZJLog.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"ZJLog/ZJLog.h",
"ZJLog/ZJLogBridgeOC.h",
"ZJLog/ZJLogBridgeC.h",
"ZJLog/ZJPrintfLog.h"
],
"public_header_files": [
"ZJLog/ZJLog.h",
"ZJLog/ZJLogBridgeOC.h",
"ZJLog/ZJLogBridgeC.h",
"ZJLog/ZJPrintfLog.h"
],
"libraries": "c++",
"deprecated": true,
"subspecs": [
{
"name": "ZJLog",
"source_files": [
"ZJLog/{ZJ}*.{h,m,mm,c}",
"ZJLog/Singleton.h"
]
}
]
}