blob: 8b623b754f51372d2973c4ecfab88ff80bed1e89 [file] [log] [blame]
{
"name": "HeapInspector",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "A iOS debugging tool to monitor the memory heap.",
"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.1"
},
"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}"
}
]
}