blob: 0df29f1996902c4625366bff8e59660d2a160d90 [file] [log] [blame]
{
"name": "DebugMan",
"version": "4.6.4",
"summary": "Debugger tool for iOS",
"description": "DebugMan is an debugger tool for iOS, with the following features:\n\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.\n\nWelcome to star and fork. If you have any questions, welcome to open issues.",
"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.6.4"
},
"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"
},
"deprecated": true
}