Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 589 Bytes

File metadata and controls

33 lines (21 loc) · 589 Bytes

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