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

https://github.com/rfui/rfmessagemanager

An Abstract Message Manager.
https://github.com/rfui/rfmessagemanager

alert alertmanager hud message-queue svprogresshud

Last synced: 3 months ago
JSON representation

An Abstract Message Manager.

Awesome Lists containing this project

README

        

# RFMessageManager

[![Build Status](https://img.shields.io/travis/RFUI/RFMessageManager.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://travis-ci.com/RFUI/RFMessageManager)
[![Codecov](https://img.shields.io/codecov/c/github/RFUI/RFMessageManager.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://codecov.io/gh/RFUI/RFMessageManager)
[![CocoaPods](https://img.shields.io/cocoapods/v/RFMessageManager.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://cocoapods.org/pods/RFMessageManager)

An Abstract Message Manager.

## CocoaPods Install

```ruby
pod 'RFMessageManager'
```

Specify develop branch to install the lastest version:

```ruby
pod 'RFMessageManager',
:git => 'https://github.com/RFUI/RFMessageManager.git',
:branch => 'develop',
:subspecs => ['Manager', 'SVProgressHUD']
```