jdarowski / RemoteData

A Swift implementation of Elm's RemoteData type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemoteData

RemoteData is a Swift implementation of Elm's RemoteData

Requirements

Formally I set the requirements to either:

  • macOS 12
  • iOS 14
  • tvOS 14
  • watchOS 8 ...but it should work fine with anything that can run Swift 5.

Installation

Swift Package Manager

Just add this repository's URL either to your Package.swift as a dependency, or add it in Xcode.

CocoaPods

Coming soon

Carthage

Might come soon

Changelog

  • 0.1
    • Initial release.
    • A plain enum
    • A basic example app for iOS and macOS

About

A Swift implementation of Elm's RemoteData type

License:MIT License


Languages

Language:Swift 100.0%