An open API service indexing awesome lists of open source software.

https://github.com/showxu/nszombie

NSZombie implementation for Instruments Zombies.
https://github.com/showxu/nszombie

instruments nszombie objective-c zombies

Last synced: about 1 year ago
JSON representation

NSZombie implementation for Instruments Zombies.

Awesome Lists containing this project

README

          

# NSZombie

NSZombie implementation for **Instruments Zombies**.

## Installation

### SPM

```swift
dependencies: [
.package(
url: "https://github.com/0xxd0/NSZombie", .upToNextMajor(from: "0.1.0")
)
]
```

## Usage