blob: d43fc07f4965efa36a86d18bf22e379903d8412d [file] [log] [blame]
{
"name": "DeLogger",
"version": "0.2",
"summary": "iOS debugger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app.",
"description": "DeLogger 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/liuxc123/DeLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/DeLogger.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"resources": "Source/Assets/**/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}