The Wayback Machine - https://web.archive.org/web/20220628054300/https://github.com/sparrowcode/SwiftBoost
Skip to content

sparrowcode/SwiftBoost

main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

SwiftBoost

Collection of Swift-extensions to boost development process.

Community

Installation

Ready to use on iOS 13+, tvOS 13+, watchOS 6.0+.

Swift Package Manager

In Xcode go to File -> Packages -> Update to Latest Package Versions and insert url:

https://github.com/sparrowcode/SwiftBoost

or adding it to the dependencies value of your Package.swift:

dependencies: [
    .package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.0"))
]

CocoaPods:

Specify it in your Podfile:

pod 'SwiftBoost'

Manually

If you prefer not to use any of dependency managers, you can integrate manually. Put Sources/SwiftBoost folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.

Extensions

Apps Using