blob: 82d5202462331593363d491b2ac95865bc4a1a87 [file] [log] [blame]
{
"name": "RHWatchDog",
"version": "0.0.1",
"summary": "Class for logging excessive blocking on the main thread.",
"description": "Class for logging excessive blocking on the main thread. It watches the main thread and checks if it doesn’t get blocked for more than defined threshold. You can also inspect which part of your code is blocking the main thread.",
"homepage": "https://github.com/zhu410289616/RHWatchDog",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"zhu410289616": "zhu410289616@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/zhu410289616/RHWatchDog.git",
"tag": "0.0.1"
},
"source_files": "RHWatchDog/RHWatchDog/Classes/*.{h,m}"
}