blob: 8fcee14019effc24f63ba777657f514bc5d239b9 [file] [log] [blame]
{
"name": "HeapInspector",
"version": "0.0.10",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Find memory issues & leaks in your iOS app without instruments",
"description": "HeapInspector is an iOS debug tool that **monitors and snapshots the memory heap** in your iOS app. With HeapInspector you can discover memory leaks, no longer needed living objects 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.0.10"
},
"platforms": {
"ios": "5.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}"
}
]
}