blob: e790235c558bef87d9a95f3ed0851a17e9439557 [file] [log] [blame]
{
"name": "DebugMan",
"version": "4.3.0",
"summary": "iOS debugger tool for Swift",
"description": "DebugMan is inspired by remirobert/Dotzu and JxbSir/JxbDebugTool, but more powerful:\n- display all app logs in different colors as you like.\n- display all app network http requests details, including third-party SDK in app.\n- display app device informations and app identity informations.\n- display app crash logs.\n- filter keywords in app logs and app network http requests.\n- app memory real-time monitoring.",
"homepage": "https://github.com/liman123/DebugMan",
"license": "MIT",
"authors": {
"liman": "gg723661989@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liman123/DebugMan.git",
"tag": "4.3.0"
},
"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
}