[Add] DatadogAlamofireExtension 2.22.0
[CocoaPods.git] / Specs / f / 7 / 5 / HeapInspector / 0.0.1 / HeapInspector.podspec.json
blob8b623b754f51372d2973c4ecfab88ff80bed1e89
2   "name": "HeapInspector",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "A iOS debugging tool to monitor the memory heap.",
9   "homepage": "https://github.com/tapwork/HeapInspector",
10   "social_media_url": "https://twitter.com/cmenschel",
11   "authors": {
12     "Christian Menschel": "christian@tapwork.de"
13   },
14   "source": {
15     "git": "https://github.com/tapwork/HeapInspector.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "HeapInspector/**.{h,m}",
22   "exclude_files": "HeapInspector/NSObject+HeapInspector.{h,m}",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "no-arc",
27       "requires_arc": false,
28       "source_files": "HeapInspector/NSObject+HeapInspector.{h,m}"
29     }
30   ]