[Add] ZoomVideoSDK 2.1.0
[CocoaPods.git] / Specs / d / 9 / c / PuppyWatchdog / 0.1.0 / PuppyWatchdog.podspec.json
blobd843b4aba330fbfdde5f2a4fe0d2fed6f94f2560
2   "name": "PuppyWatchdog",
3   "version": "0.1.0",
4   "summary": "Main thread performance monitor 🐶",
5   "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.",
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.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "PuppyWatchdog/Classes/**/*",
22   "libraries": "c++",
23   "dependencies": {
24     "PLCrashReporter-DynamicFramework": [
25       "~> 1.3.0"
26     ],
27     "RuntimeRoutines": [
28       "~> 0.3.2"
29     ],
30     "libMachO": [
31       "~> 0.1.1"
32     ]
33   }