2 "name": "KZMLeaksFinder",
4 "summary": "Find memory leaks in your iOS app at develop time.",
5 "homepage": "http://git.kanzhun-inc.com/bosszhipin/kz_mleaksfinder",
8 "yixiong": "yixiong@kanzhun.com"
11 "git": "git@git.kanzhun-inc.com:bosszhipin/kz_mleaksfinder.git",
19 "FBRetainCycleDetector",
20 "{FBRetainCycleDetector,rcd_fishhook}/**/*.{h,m,mm,c}"
23 "rcd_fishhook/**/*.{c,h}"
25 "public_header_files": [
26 "MLeaksFinder/MLeaksFinder.h",
27 "MLeaksFinder/NSObject+MemoryLeak.h",
28 "MLeaksFinder/MLeaksMessenger.h",
29 "FBRetainCycleDetector/Detector/FBRetainCycleDetector.h",
30 "FBRetainCycleDetector/Associations/FBAssociationManager.h",
31 "FBRetainCycleDetector/Graph/FBObjectiveCBlock.h",
32 "FBRetainCycleDetector/Graph/FBObjectiveCGraphElement.h",
33 "FBRetainCycleDetector/Graph/Specialization/FBObjectiveCNSCFTimer.h",
34 "FBRetainCycleDetector/Graph/FBObjectiveCObject.h",
35 "FBRetainCycleDetector/Graph/FBObjectGraphConfiguration.h",
36 "FBRetainCycleDetector/Filtering/FBStandardGraphEdgeFilters.h"