[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / RHWatchDog / 0.0.1 / RHWatchDog.podspec.json
blob82d5202462331593363d491b2ac95865bc4a1a87
2   "name": "RHWatchDog",
3   "version": "0.0.1",
4   "summary": "Class for logging excessive blocking on the main thread.",
5   "description": "Class for logging excessive blocking on the main thread. It watches the main thread and checks if it doesn’t get blocked for more than defined threshold. You can also inspect which part of your code is blocking the main thread.",
6   "homepage": "https://github.com/zhu410289616/RHWatchDog",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhu410289616": "zhu410289616@163.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/zhu410289616/RHWatchDog.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "RHWatchDog/RHWatchDog/Classes/*.{h,m}"