1.0.0
The community fork of ReactiveFeedback has been renamed to ReactiveCocoa Loop.
Snippets for updating your dependency declarations:
// Package.swift
.package(url: "https://github.com/ReactiveCocoa/Loop", from: "1.0.0")
// Cartfile
github "ReactiveCocoa/Loop" ~> 1.0
// Podfile
pod "Loop", "~> 1.0"