[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / f / WatchdogObjC / 0.0.2 / WatchdogObjC.podspec.json
blob2bc31ae0f10acd0ade7f2adaf8b3f7c0a12dc474
2   "name": "WatchdogObjC",
3   "version": "0.0.2",
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/beckjing/WatchDogObjC",
7   "license": "MIT",
8   "authors": {
9     "beckjing": "176547352@qq.com"
10   },
11   "social_media_url": "https://github.com/beckjing",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/beckjing/WatchDogObjC.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true