[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 9 / 5 / FBMemoryProfiler / 0.1.3 / FBMemoryProfiler.podspec.json
blobf5d2da7c1435d3ed72663fa8009c46c072350f75
2   "name": "FBMemoryProfiler",
3   "version": "0.1.3",
4   "summary": "iOS tool that helps with profiling iOS Memory usage",
5   "homepage": "https://github.com/facebook/FBMemoryProfiler",
6   "license": "BSD",
7   "authors": {
8     "Grzegorz Pstrucha": "gricha@fb.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/facebook/FBMemoryProfiler.git",
15     "tag": "0.1.3"
16   },
17   "source_files": [
18     "FBMemoryProfiler",
19     "FBMemoryProfiler/**/*.{h,m,mm,c}"
20   ],
21   "requires_arc": [
22     "FBMemoryProfiler/Controllers/FBMemoryProfilerDataSource.m",
23     "FBMemoryProfiler/Controllers/FBMemoryProfilerFloatingButtonController.m",
24     "FBMemoryProfiler/Controllers/FBMemoryProfilerViewController.m",
25     "FBMemoryProfiler/Options/FBMemoryProfilerOptions.m",
26     "FBMemoryProfiler/RetainCycles/FBRetainCycleAnalysisCache.m",
27     "FBMemoryProfiler/RetainCycles/FBRetainCyclePresenter.m",
28     "FBMemoryProfiler/RetainCycles/FBSingleRetainCycleViewController.m",
29     "FBMemoryProfiler/UI/FBMemoryProfilerSegmentedControl.m",
30     "FBMemoryProfiler/UI/FBMemoryProfilerTextField.m",
31     "FBMemoryProfiler/Utils/FBMemoryProfilerDeviceUtils.m",
32     "FBMemoryProfiler/Utils/FBMemoryProfilerMathUtils.m",
33     "FBMemoryProfiler/Views/FBMemoryProfilerGenerationsSectionHeaderView.m",
34     "FBMemoryProfiler/Views/FBMemoryProfilerView.m",
35     "FBMemoryProfiler/Window/FBMemoryProfilerContainerViewController.m",
36     "FBMemoryProfiler/Window/FBMemoryProfilerWindow.m",
37     "FBMemoryProfiler/FBMemoryProfiler.mm"
38   ],
39   "dependencies": {
40     "FBRetainCycleDetector": [
41       "~> 0.1"
42     ],
43     "FBAllocationTracker": [
44       "~> 0.1"
45     ]
46   },
47   "frameworks": [
48     "Foundation",
49     "CoreGraphics",
50     "UIKit"
51   ],
52   "libraries": "c++"