[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / 5 / HeapInspector / 0.0.6 / HeapInspector.podspec.json
blobe7573262c232d4e490343248a4e12e9cb0bc6f90
2   "name": "HeapInspector",
3   "version": "0.0.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
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",
12   "authors": {
13     "Christian Menschel": "christian@tapwork.de"
14   },
15   "source": {
16     "git": "https://github.com/tapwork/HeapInspector.git",
17     "tag": "0.0.6"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": "HeapInspector/**.{h,m}",
23   "exclude_files": "HeapInspector/NSObject+HeapInspector.{h,m}",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "no-arc",
28       "requires_arc": false,
29       "source_files": "HeapInspector/NSObject+HeapInspector.{h,m}"
30     }
31   ]