Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Oct 14, 2020
1 parent fcb5149 commit 40773f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Highly configurable iOS UIView for presenting notifications that doesn't block t

| SwiftyNotifications Version | Minimum iOS Target | Swift Version |
|:--------------------:|:---------------------------:|:---------------------------:|
| 0.5.4.1 | 10.0 | 5.0 |
| 0.6.0 | 11.0 | 5.x |
| 0.5.3 | 9.0 | 4.2 |
| 0.5.2 | 9.0 | 4.1 |
| 0.5.1 | 8.0 | 4.0 |
Expand All @@ -36,11 +36,11 @@ $ gem install cocoapods
To integrate SwiftyNotifications into your Xcode project using CocoaPods, specify it in your Podfile:
```
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SwiftyNotifications', '~>0.5.4.1'
pod 'SwiftyNotifications', '~>0.6.0'
end
```

Expand All @@ -63,15 +63,15 @@ brew install carthage
To integrate SwiftyNotifications into your Xcode project using Carthage, specify it in your Cartfile:

```
github "abdullahselek/SwiftyNotifications" ~> 0.5.4.1
github "abdullahselek/SwiftyNotifications" ~> 0.6.0
```

## Swift Package Manager

Modify your Package.swift file to include the following dependency:

```
.package(url: "https://github.com/abdullahselek/SwiftyNotifications.git", from: "0.5.4.1")
.package(url: "https://github.com/abdullahselek/SwiftyNotifications.git", from: "0.6.0")
```

## Example Usage
Expand Down

0 comments on commit 40773f9

Please sign in to comment.