blob: 09864ef0eb960de95b450a7349ab4c1a21940a82 [file] [log] [blame]
{
"name": "DebugMan",
"version": "4.2.7",
"summary": "iOS debugger tool for Swift",
"description": "DebugMan is inspired by remirobert/Dotzu and JxbSir/JxbDebugTool, but it is more powerful than them.\n- display all APP logs in different colors as you like.\n- show all APP network requests (include third-party SDK in APP).\n- filter keywords in APP logs and APP network requests.\n- APP device informations and APP identity informations.\n- APP crash logs.\n- APP memory real-time monitoring.",
"homepage": "https://github.com/liman123/DebugMan",
"license": "MIT",
"authors": {
"liman": "723661989@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liman123/DebugMan.git",
"tag": "4.2.7"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"public_header_files": "Sources/**/*.h",
"resources": "Sources/**/*.{png,xib,storyboard}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0",
"deprecated": true
}