mirror of
https://github.com/devxoul/Toaster.git
synced 2026-01-18 21:21:19 +01:00
No more supporting iOS 8
This commit is contained in:
@@ -37,19 +37,19 @@ Toast(text: "Hello, world!").show()
|
||||
Installation
|
||||
------------
|
||||
|
||||
- **For iOS 8+ projects with [CocoaPods](https://cocoapods.org):**
|
||||
- **For iOS 9+ projects with [CocoaPods](https://cocoapods.org):**
|
||||
|
||||
```ruby
|
||||
pod 'Toaster'
|
||||
```
|
||||
|
||||
- **For iOS 8+ projects with [Carthage](https://github.com/Carthage/Carthage):**
|
||||
- **For iOS 9+ projects with [Carthage](https://github.com/Carthage/Carthage):**
|
||||
|
||||
```
|
||||
github "devxoul/Toaster"
|
||||
```
|
||||
|
||||
- **For iOS 8+ and Xcode 11+ projects with [Swift Package Manager](https://github.com/apple/swift-package-manager):**
|
||||
- **For iOS 9+ and Xcode 11+ projects with [Swift Package Manager](https://github.com/apple/swift-package-manager):**
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user