Skip to content

NSZombie implementation for Instruments Zombies.

Notifications You must be signed in to change notification settings

showxu/NSZombie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSZombie

NSZombie implementation for Instruments Zombies.

Installation

SPM

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

Usage