Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftExt

SwiftExt is a common utility and extension library designed for Swift projects, providing clean, efficient, thread-safe.

Installation (Swift Package Manager)

Add the dependency in your Package.swift file:

dependencies: [
    .package(url: "https://github.com/hsiafan/swift-ext.git", from: "0.2.0")
]

Then, add SwiftExt to your target dependencies:

.target(
    name: "YourTarget",
    dependencies: ["SwiftExt"]
)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages