blob: 23ca9aff8b6d1c7450642b6dc59a5b677f08ca13 [file] [log] [blame]
{
"name": "HeapInspector",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "8.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}"
}
]
}