blob: 88121eb9f375a000537e62c88c3f8fd832340ebf [file] [log] [blame]
{
"name": "DebugMan",
"version": "3.7.7",
"summary": "Debugger tool for iOS",
"description": "DebugMan is an debugger tool for iOS, support both Swift and Objective-C language :\n\n● Display all app network http requests details, including SDKs and image preview.\n● Display app device informations and app identity informations.\n● Preview and share sandbox files on device/simulator.\n● Display all app logs in different colors as you like.\n● App memory real-time monitoring.\n● Display app crash logs.\n\nAnd More, DebugMan support shake device/simulator to hide/show the black bubble.\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": "3.7.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": "3.0"
},
"deprecated": true
}