diff --git a/README.md b/README.md index 115d230..566ac4f 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 '' do - pod 'SwiftyNotifications', '~>0.5.4.1' + pod 'SwiftyNotifications', '~>0.6.0' end ``` @@ -63,7 +63,7 @@ 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 @@ -71,7 +71,7 @@ github "abdullahselek/SwiftyNotifications" ~> 0.5.4.1 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