2 "name": "QYHRetainCycleDetector",
4 "summary": "Library that helps with detecting retain cycles in iOS apps",
5 "homepage": "https://github.com/mLazyDaddy/QYHRetainCycleDetector",
8 "mLazyDaddy": "50094063+mLazyDaddy@users.noreply.github.com"
14 "git": "https://github.com/mLazyDaddy/QYHRetainCycleDetector.git",
18 "QYHRetainCycleDetector",
19 "QYHRetainCycleDetector/**/*.{h,m,mm}"
21 "public_header_files": [
22 "QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.h",
23 "QYHRetainCycleDetector/Detector/NSObject+QYHRCDObject.h",
24 "QYHRetainCycleDetector/Detector/QYHRetainCycleFinder.h"
32 "QYHRetainCycleDetector/Detector/QYHRetainCycle.h",
33 "QYHRetainCycleDetector/Detector/QYHRetainCycleCollectionBase.h",
34 "QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.h",
35 "QYHRetainCycleDetector/Detector/QYHRetainCycleDetector.m"