blob: d2f096be8e4548692ae0592de3e31d4aa2fa1831 [file] [log] [blame]
{
"name": "PuppyWatchdog",
"version": "0.1.1",
"summary": "Main thread performance monitor 🐶",
"description": "Main thread performance monitor 🐶. Lives in separate\nthread and check, that main thread executes small\ncommands in short time. If faces some delays starts\ngrabbing main thread callstacks and then report summary\ncallstacks tree. Need no dSYM files for symbolication.",
"homepage": "https://github.com/ML-Works/PuppyWatchdog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/ML-Works/PuppyWatchdog.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PuppyWatchdog/Classes/**/*",
"libraries": "c++",
"dependencies": {
"PLCrashReporter-DynamicFramework": [
"~> 1.3.0"
],
"RuntimeRoutines": [
"~> 0.3.2"
],
"libMachO": [
"~> 0.1.1"
]
}
}