blob: 03d060dda031c4310404b2acbba85287a233500d [file] [log] [blame]
{
"name": "HeapInspector",
"version": "0.2.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Find memory issues & leaks in your iOS app without instruments",
"description": "HeapInspector is a debug tool that **monitors the memory heap** with backtrace recording in your iOS app. You can discover memory leaks, no longer used objects, abandoned memory and more issues directly on your device without ever starting Instruments.",
"homepage": "https://github.com/tapwork/HeapInspector",
"social_media_url": "https://twitter.com/cmenschel",
"authors": {
"Christian Menschel": "christian@tapwork.de"
},
"source": {
"git": "https://github.com/tapwork/HeapInspector.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HeapInspector/**.{h,m}",
"exclude_files": "HeapInspector/NSObject+HeapInspector.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "HeapInspector/NSObject+HeapInspector.{h,m}"
}
]
}