https://github.com/meniny/minitoast
An Android toast view implementation for iOS.
https://github.com/meniny/minitoast
toast
Last synced: 8 months ago
JSON representation
An Android toast view implementation for iOS.
- Host: GitHub
- URL: https://github.com/meniny/minitoast
- Owner: Meniny
- License: mit
- Created: 2018-03-13T08:36:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T06:47:07.000Z (about 7 years ago)
- Last Synced: 2025-02-21T10:17:00.450Z (over 1 year ago)
- Topics: toast
- Language: Swift
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 🏵 Introduction
**MiniToast** is an Android toast view implementation for iOS.

## 📋 Requirements
- iOS 9.0+
- Xcode 9.0+ with Swift 5.0+
## 📲 Installation
`MiniToast` is available on [CocoaPods](https://cocoapods.org):
```ruby
use_frameworks!
pod 'MiniToast'
```
## ❤️ Contribution
You are welcome to fork and submit pull requests.
## 🔖 License
`MiniToast` is open-sourced software, licensed under the `MIT` license.
## 💫 Usage
```swift
import Toast # Not MiniToast
```