Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.78 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.78 KB

Networker

Swift package written on top of Alamofire which does the heavy lifting in your network layer for you.

Swift Platforms Swift Package Manager

Version Compatibility

Networker has been tested for folowwing versions of Alamofire

  • Alamofire v 5.7.1

Requirement

Platform Minimum Swift Version Installation Status
iOS 13.0+ 5.5 Swift Package Manager Fully Tested

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 Networker as a dependency is as easy as adding it to the dependencies value of your Package.swift.

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

Usage

Please refer to the sample app here

Release History

  • v 1.0.0 - Initial Release

License

Networker is released under the MIT license. See LICENSE for details.