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.
- Host: GitHub
- URL: https://github.com/showxu/nszombie
- Owner: showxu
- Created: 2021-03-22T18:15:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T07:46:38.000Z (about 5 years ago)
- Last Synced: 2025-01-12T23:27:56.897Z (about 1 year ago)
- Topics: instruments, nszombie, objective-c, zombies
- Language: Swift
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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