Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
SwiftSpellBook
Swift Package of useful tools for Swift Development
https://github.com/magesteve/SwiftSpellBook
Refer to code documentation for explanation for specific calls.
Closure Typealiases Magic
Typealiases for Closures.
For example, DataClosure is a typealias for a Closure that has no results, but it passed a Data.
String Extensions Magic
Extensions Function calls for String type.
For example, isNotEmpty() is a function that returns TRUE if string has contents.
Github
link |
Stars: 0 |
You may find interesting
Releases
Release 1.0.0 - 2021-01-13T04:05:53
Initial Release 1.0.0
Includes Closure Typealiases & String extensions.