blob: ee4966ef9c593deb8a0822dbb823964ca1463bb5 [file] [log] [blame]
{
"name": "ZJLog",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"ZJLog/ZJLog.h",
"ZJLog/ZJLogBridgeOC.h"
],
"public_header_files": [
"ZJLog/ZJLog.h",
"ZJLog/ZJLogBridgeOC.h"
],
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"deprecated": true,
"subspecs": [
{
"name": "ZJLog",
"source_files": [
"ZJLog/{ZJ}*.{h,m,mm,c}",
"ZJLog/Singleton.h"
]
}
]
}