blob: 60cedf66071feda9547292859337d6185bb871d8 [file] [log] [blame]
{
"name": "ZJLog",
"version": "1.0.7",
"summary": "Log redirection output tool for iOS.",
"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.",
"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.7"
},
"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"
],
"deprecated": true,
"subspecs": [
{
"name": "ZJLog",
"source_files": [
"ZJLog/{ZJ}*.{h,m,mm,c}",
"ZJLog/Singleton.h"
]
}
]
}