Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/masmovil/swift-mas-magic-pills-rx
- Owner: masmovil
- License: apache-2.0
- Created: 2020-01-14T14:11:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T12:42:31.000Z (over 2 years ago)
- Last Synced: 2024-10-31T16:12:18.488Z (about 2 months ago)
- Language: Swift
- Size: 82 KB
- Stars: 1
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.