Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
LoniQin/swift-foundation-lib
FoundationLib
This Library provides many common tools to work with writing App.
Installation
Swift Package Manager
Once you have your Swift Package set up, you add this code to your Package.swift.
dependencies: [
.package(url: "https://github.com/LoniQin/swift-foundation-lib", .upToNextMajor(from: "1.0.0"))
]
In Xcode, you can choose File->Swift Packages->Add Pakcage dependancies, and add https://github.com/LoniQin/swift-foundation-lib.
Modules
- ☑ Extensions
- ☑ Collections
- ☑ Stack
- ☑ Queue
- ☑ Bag
- ☑ Priority Queue
- ☑ Binary Tree
- ☑ Red Black Tree
- ☑ Trie
- ☑ Graph
- ☑ Directed Graph
- ☑ Property Wrappers
- ☑ Protocols
- ☑ Storage
- ☑ Regex
- ☑ Networking
- ☑ Crypto
- ☑ Localization
- ☑ Logger
- ☑ HTML
- ☐ Database
- ☑ Data Compression
Github
link |
Stars: 1 |
Last commit: 2 weeks ago |