Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masmovil/swift-mas-magic-pills-rx

Set of powerful utilities for iOS development related to Reactive programming
https://github.com/masmovil/swift-mas-magic-pills-rx

Last synced: about 1 month ago
JSON representation

Set of powerful utilities for iOS development related to Reactive programming

Awesome Lists containing this project

README

        

# Swift Mas Magic Pills RX 💊
Set of powerful utilities for development in Swift related to RxSwift

[![Release Version](https://img.shields.io/github/release/masmovil/swift-mas-magic-pills-rx.svg)](https://github.com/masmovil/swift-mas-magic-pills-rx/releases)
[![Release Date](https://img.shields.io/github/release-date/masmovil/swift-mas-magic-pills-rx.svg)](https://github.com/masmovil/swift-mas-magic-pills-rx/releases)
[![Pod](https://img.shields.io/cocoapods/v/RxMasMagicPills.svg?style=flat)](https://cocoapods.org/pods/RxMasMagicPills)
[![Platform](https://img.shields.io/cocoapods/p/RxMasMagicPills.svg?style=flat)](https://cocoapods.org/pods/RxMasMagicPills)
[![GitHub](https://img.shields.io/github/license/masmovil/swift-mas-magic-pills-rx.svg)](https://github.com/masmovil/swift-mas-magic-pills-rx/blob/master/LICENSE)

[![Build Status](https://travis-ci.com/masmovil/swift-mas-magic-pills-rx.svg?branch=master)](https://travis-ci.com/masmovil/swift-mas-magic-pills-rx)
[![codecov](https://codecov.io/gh/masmovil/swift-mas-magic-pills-rx/branch/master/graph/badge.svg)](https://codecov.io/gh/masmovil/swift-mas-magic-pills-rx)

## Requirements

* Xcode 10.2
* Swift 5.0

## Installation

MagicPills is available through [CocoaPods](https://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

To install it, simply add the following line to your `Podfile`:
```ruby
pod 'RxMasMagicPills'
```
or this into your `Cartfile`:
```ogdl
github "masmovil/swift-mas-magic-pills-rx"
```

## Authors & Collaborators

* **[Edilberto Lopez Torregrosa](https://github.com/ediLT)**
* **[Raúl Pedraza León](https://github.com/r-pedraza)**
* **[Jorge Revuelta](https://github.com/minuscorp)**
* **[Sebastián Varela](https://github.com/sebastianvarela)**

## License

RxMasMagicPills is available under the Apache 2.0. See the LICENSE file for more info.