Swiftpack.co - squidyu812/NetworkKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by squidyu812.
squidyu812/NetworkKit 1.0.0
Easy to perform request
⭐️ 0
🕓 1 year ago
iOS macOS
.package(url: "https://github.com/squidyu812/NetworkKit.git", from: "1.0.0")

NetworkKit

This package is easy to perform request for my own side projects.

It provides request results with combine.

Requirements

  • iOS 13.0+

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding NetworkKit as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/squidyu812/NetworkKit.git", .upToNextMajor(from: "1.0.0"))
]

Licence

NetworkKit is available under the MIT license. See the MIT License for more info.

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