blob: ee654047c63e9db83011857eb4048715a62dc828 [file] [log] [blame]
{
"name": "MainThreadLockChecker",
"version": "0.1.0",
"summary": "MainThreadLockChecker allows to monitor if the main thread is blocked by any long running task",
"homepage": "https://github.com/panda254/MainThreadLockChecker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"panda254": "arpitp@zendrive.com"
},
"source": {
"git": "https://github.com/panda254/MainThreadLockChecker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MainThreadLockChecker/Classes/**/*"
}