2 "name": "HeapInspector",
8 "summary": "Find memory issues & leaks in your iOS app without instruments",
9 "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.",
10 "homepage": "https://github.com/tapwork/HeapInspector",
11 "social_media_url": "https://twitter.com/cmenschel",
13 "Christian Menschel": "christian@tapwork.de"
16 "git": "https://github.com/tapwork/HeapInspector.git",
22 "source_files": "HeapInspector/**.{h,m}",
23 "exclude_files": "HeapInspector/NSObject+HeapInspector.{h,m}",
28 "requires_arc": false,
29 "source_files": "HeapInspector/NSObject+HeapInspector.{h,m}"