blob: 02ae8d339d9d16a339933494ec76436e14a8a518 [file] [log] [blame]
{
"name": "HeapInspector",
"version": "0.0.3",
"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.3"
},
"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}"
}
]
}