blob: 02975ef4edbc0caf5fb94c6cd6b47dc085cba3ee [file] [log] [blame]
{
"name": "ZJMemoryProfiler",
"version": "1.6.0",
"summary": "A memory profiler base on FBMemoryProfiler.",
"description": "A memory profiler base on FBMemoryProfiler that can show app memory usage and\ndetect retain cycles of current top view controller.",
"homepage": "https://github.com/zjumelody/ZJMemoryProfiler",
"license": "MIT",
"authors": {
"Melody": "zjumelody@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zjumelody/ZJMemoryProfiler.git",
"tag": "1.6.0"
},
"source_files": "ZJMemoryProfiler/*.{h,m,mm}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FBMemoryProfiler": [
"~> 0.1.3"
],
"FBAllocationTracker": [
"~> 0.1.5"
],
"FBRetainCycleDetector": [
"~> 0.1.2"
]
}
}