Swiftpack.co - kean/Nuke-Alamofire-Plugin as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by kean.
kean/Nuke-Alamofire-Plugin 8.0.0
Alamofire plugin for Nuke
⭐️ 39
🕓 2 weeks ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/kean/Nuke-Alamofire-Plugin.git", from: "8.0.0")

Nuke Alamofire Plugin

Alamofire plugin for Nuke that allows you to use Alamofire for networking.

Usage

The plugin adds a DataLoader class that uses Alamofire.Session for networking.

let pipeline = ImagePipeline {
    $0.dataLoader = NukeAlamofirePlugin.AlamofireDataLoader()
    $0.imageCache = ImageCache.shared
}

ImagePipeline.shared = pipeline

Installation

Please use Swift Package Manager to install it.

Minimum Requirements

Nuke Alamofire Plugin Swift Xcode Platforms
Nuke Alamofire Plugin 8.0 Swift 5.6 Xcode 13.3 iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0
Nuke Alamofire Plugin 7.0 Swift 5.6 Xcode 13.3 iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0
Nuke Alamofire Plugin 6.1 Swift 5.3 Xcode 12.0 iOS 12.0, watchOS 5.0, macOS 10.14, tvOS 12.0

Dependencies

License

Nuke Alamofire Plugin is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 39
Last commit: 2 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

Alamofire Plugin 8.0
2 weeks ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics