From 000ff08be5ff1c42da2c7a02fee099d6a58cbf4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 2 Nov 2020 19:06:50 -0800 Subject: [PATCH] Updated system requirements --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19db08c..87e04b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![CocoaPods](https://img.shields.io/cocoapods/v/Polyline.svg)](http://cocoadocs.org/docsets/Polyline) ![](https://img.shields.io/badge/Swift-3.0-green.svg) [![Licence](http://img.shields.io/badge/Licence-MIT-lightgrey.svg)](https://github.com/raphaelmor/Polyline/blob/master/LICENSE.txt) -Linux Polyline encoder / decoder in Swift @@ -44,14 +43,14 @@ Polyline encoder / decoder in Swift ## Requirements - Xcode 11+ -- iOS 10.0+ / Mac OS X 10.12+ / tvOS 10.0+ / watchOS 3.0+ +- iOS 10.0+ / Mac OS X 10.12+ / tvOS 10.0+ / watchOS 3.0+ / Linux - Swift 5.0 --- ## Integration -To use this library in your project you can use CocoaPods, Carthage, and/or integrate it manually : +To use this library in your project you can use CocoaPods, Carthage, Swift Package Manager, and/or integrate it manually : ### CocoaPods You can integrate Polyline in your `Podfile` like this: @@ -71,7 +70,7 @@ github "raphaelmor/Polyline" ~> 4.0 You can integrate Polyline using the [Swift Package Manager](https://swift.org/package-manager/), add the following package to the `dependencies` in your Package.swift file: ```swift -.Package(url: "https://github.com/raphaelmor/Polyline.git", .upToNextMinor(from: "4.2.1")) +.package(url: "https://github.com/raphaelmor/Polyline.git", from: "4.2.1") ``` ### Manual