blob: 6baee879831537d37b0607071e0228f4522bf14f [file] [log] [blame]
{
"name": "Watchdog",
"version": "1.0.0",
"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.\n",
"homepage": "https://github.com/wojteklukaszuk/Watchdog",
"license": "MIT",
"authors": {
"Wojtek Lukaszuk": "lukaszuk.wojtek@gmail.com"
},
"source": {
"git": "https://github.com/wojteklukaszuk/Watchdog.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/wojteklukaszuk",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"resource_bundles": {
"Watchdog": [
"Assets/*.png"
]
}
}