diff --git a/README.md b/README.md index 106c79e..60208da 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ # Swift-SMTP -![Swift-SMTP bird](https://github.com/Kitura-Next/Swift-SMTP/blob/master/Assets/swift-smtp-bird.png?raw=true) +
+ + + +
+ + -Swift SMTP client. - -![Build Status](https://travis-ci.org/Kitura-Next/Swift-SMTP.svg?branch=master) -![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat) -![Linux](https://img.shields.io/badge/os-linux-green.svg?style=flat) -![Apache 2](https://img.shields.io/badge/license-Apache2-blue.svg?style=flat) ## Features @@ -17,16 +27,15 @@ Swift SMTP client. - Add custom headers - [Documentation](https://kitura-next.github.io/Swift-SMTP/) -## Swift Version - -macOS & Linux: `Swift 4.0.3`, `Swift 4.1` and `Swift 4.1.2` +## Swift version +Requires **Swift 5.1** or newer. You can download the Swift binaries by following this [link](https://swift.org/download/). +Compatibility with other Swift versions is not guaranteed. ## Installation You can add `SwiftSMTP` to your project using [Swift Package Manager](https://swift.org/package-manager/). If your project does not have a `Package.swift` file, create one by running `swift package init` in the root directory of your project. Then open `Package.swift` and add `SwiftSMTP` as a dependency. Be sure to add it to your desired targets as well: ```swift -// swift-tools-version:4.0 import PackageDescription