[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 9 / c / PuppyWatchdog / 0.1.3 / PuppyWatchdog.podspec.json
blob9b1c51f7dba578249019c6a6f750a224221c1726
2   "name": "PuppyWatchdog",
3   "version": "0.1.3",
4   "summary": "Main thread performance monitor 🐶",
5   "description": "Main thread performance monitor 🐶. Lives in a separate \nthread and checks, that main thread executes small \ncommands in a short time. If faces some delays it starts\ngrabbing the main thread callstacks and then reports callstacks \nsummary tree. It doesn't require dSYM files for symbolication.",
6   "homepage": "https://github.com/ML-Works/PuppyWatchdog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Bukov": "k06aaa@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ML-Works/PuppyWatchdog.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.8"
21   },
22   "source_files": "PuppyWatchdog/Classes/**/*",
23   "libraries": "c++",
24   "dependencies": {
25     "PLCrashReporter-DynamicFramework": [
26       "~> 1.3.0.1"
27     ]
28   }