From 70a356000063585010b435dbe1cf90716f9ace92 Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Fri, 22 Jan 2021 10:08:18 -0800 Subject: [PATCH] Add SwiftPM info to README (#154) --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ab8dc..6191795 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ These animation timings, font sizes, and color choices are all examples of “ma ![Tweaks](https://github.com/Khan/SwiftTweaks/blob/master/Images/SwiftTweaks%20Overview.png?raw=true) +![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Version](http://img.shields.io/cocoapods/v/SwiftTweaks.svg)](http://cocoapods.org/?q=SwiftTweaks) +[![Version](http://img.shields.io/cocoapods/v/SwiftTweaks.svg)](https://cocoapods.org/pods/SwiftTweaks) [![GitHub release](https://img.shields.io/github/release/Khan/SwiftTweaks.svg)](https://github.com/Khan/SwiftTweaks/releases) ![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg) ![platforms](https://img.shields.io/badge/platforms-iOS%20-lightgrey.svg) @@ -179,6 +180,15 @@ By default, SwiftTweaks uses a shake gesture to bring up the UI, but you can als ## Installation +#### Swift Package Manager + +SwiftTweaks is available via the Swift Package Manager; add it to Xcode with this URL: +``` +https://github.com/Khan/SwiftTweaks +``` + +It's also listed in the (excellent) [Swift Package Index](https://swiftpackageindex.com/Khan/SwiftTweaks)! + #### [Carthage](https://github.com/carthage/carthage) To add `SwiftTweaks` to your application, add it to your `Cartfile`: