blob: 34aff547bb55a4441c3d18abd4dd5ecc011f6c1a [file] [log] [blame]
{
"name": "Watchdog",
"version": "1.1",
"summary": "Class for logging excessive blocking on the main thread.",
"description": "Class for logging excessive blocking on the main thread. It observes the run loop and detect any stalling or blocking that occurs.",
"homepage": "https://github.com/wojteklu/Watchdog",
"license": "MIT",
"authors": {
"Wojtek Lukaszuk": "lukaszuk.wojtek@gmail.com"
},
"source": {
"git": "https://github.com/wojteklu/Watchdog.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/wojteklu",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Classes/*.swift"
}