blob: 42770f12e6f770edbcd67c1fff5ff01744dc4d4c [file] [log] [blame]
{
"name": "FBMemoryProfiler",
"version": "0.1.1",
"summary": "iOS tool that helps with profiling iOS Memory usage",
"homepage": "https://github.com/facebook/FBMemoryProfiler",
"license": "BSD",
"authors": {
"Grzegorz Pstrucha": "gricha@fb.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/facebook/FBMemoryProfiler.git",
"tag": "0.1.1"
},
"source_files": [
"FBMemoryProfiler",
"FBMemoryProfiler/**/*.{h,m,mm,c}"
],
"requires_arc": [
"FBMemoryProfiler/Controllers/FBMemoryProfilerDataSource.m",
"FBMemoryProfiler/Controllers/FBMemoryProfilerFloatingButtonController.m",
"FBMemoryProfiler/Controllers/FBMemoryProfilerViewController.m",
"FBMemoryProfiler/Options/FBMemoryProfilerOptions.m",
"FBMemoryProfiler/RetainCycles/FBRetainCycleAnalysisCache.m",
"FBMemoryProfiler/RetainCycles/FBRetainCyclePresenter.m",
"FBMemoryProfiler/RetainCycles/FBSingleRetainCycleViewController.m",
"FBMemoryProfiler/UI/FBMemoryProfilerSegmentedControl.m",
"FBMemoryProfiler/UI/FBMemoryProfilerTextField.m",
"FBMemoryProfiler/Utils/FBMemoryProfilerDeviceUtils.m",
"FBMemoryProfiler/Utils/FBMemoryProfilerMathUtils.m",
"FBMemoryProfiler/Views/FBMemoryProfilerGenerationsSectionHeaderView.m",
"FBMemoryProfiler/Views/FBMemoryProfilerView.m",
"FBMemoryProfiler/Window/FBMemoryProfilerContainerViewController.m",
"FBMemoryProfiler/Window/FBMemoryProfilerWindow.m",
"FBMemoryProfiler/FBMemoryProfiler.mm"
],
"dependencies": {
"FBRetainCycleDetector": [
"~> 0.1"
],
"FBAllocationTracker": [
"~> 0.1"
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"libraries": "c++"
}