Collection of Swift-extensions to boost development process.
Ready to use on iOS 12+, tvOS 12+, watchOS 6.0+.
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 is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your Podfile
:
pod 'SwiftBoost'
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
.
link |
Stars: 82 |
Last commit: 10 hours ago |
Clean extensions. Renamed framework from SparrowKit
to SwiftBoost
. Updated Readme.
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics