Swiftpack.co - rootstrap/RSSwiftNetworking as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by rootstrap.
rootstrap/RSSwiftNetworking 1.1.7
A Swift framework that provides a network communication layer API
⭐️ 1
🕓 45 weeks ago
iOS macOS tvOS
.package(url: "https://github.com/rootstrap/RSSwiftNetworking.git", from: "1.1.7")

RSSwiftNetworking

CI Status Version License Platform Carthage SPM Swift Version

What is it?

Installation

1. Cocoapods


pod 'RSSwiftNetworking', '~> 1.1.7'

2. Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. Add the following line to your Cartfile and follow the installation instructions.

github "rootstrap/RSSwiftNetworking" ~> 1.1.7

3. Swift Package Manager

  • In XCode 11, go to File -> Swift Packages -> Add Package Dependency.
  • Enter the repo URL (https://github.com/rootstrap/RSSwiftNetworking) and click Next.
  • Select the version rule desired (you can specify a version number, branch or commit) and click Next.
  • Finally, select the target where you want to use the framework.

That should be it. RSSwiftNetworking should appear in the navigation panel as a dependency and the framework will be linked automatically to your target.

Note: It is always recommended to lock your external libraries to a specific version.

Usage

RSSwiftNetworking provides you with an extensible API to implement your own networking layer.

It also gives you an out of the box solution with Alamofire as the NetworkProvider. You can simply create your APIClient concrete instace with this provider.

static let apiClient = BaseAPIClient(
    networkProvider: AlamofireNetworkProvider(),
    headersProvider: SomeHeaderProvider()
)

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

License

RSSwiftNetworking is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 1
Last commit: 45 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

1.1.7: Refactor of MultipartMedia and MimeType
45 weeks ago

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