[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / f / KZMLeaksFinder / 1.0.4 / KZMLeaksFinder.podspec.json
blob4657e8c85688df5812f8e4d41f228ac634219086
2   "name": "KZMLeaksFinder",
3   "version": "1.0.4",
4   "summary": "Find memory leaks in your iOS app at develop time.",
5   "homepage": "http://git.kanzhun-inc.com/bosszhipin/kz_mleaksfinder",
6   "license": "MIT",
7   "authors": {
8     "yixiong": "yixiong@kanzhun.com"
9   },
10   "source": {
11     "git": "git@git.kanzhun-inc.com:bosszhipin/kz_mleaksfinder.git",
12     "tag": "1.0.4"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": [
18     "MLeaksFinder/**/*",
19     "FBRetainCycleDetector",
20     "{FBRetainCycleDetector,rcd_fishhook}/**/*.{h,m,mm,c}"
21   ],
22   "requires_arc": [
23     "rcd_fishhook/**/*.{c,h}"
24   ],
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"
37   ]