Skip to content

Commit 70a3560

Browse files
author
Bryan Clark
authored
Add SwiftPM info to README (#154)
1 parent 71d09b3 commit 70a3560

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ These animation timings, font sizes, and color choices are all examples of “ma
1212

1313
![Tweaks](https://github.com/Khan/SwiftTweaks/blob/master/Images/SwiftTweaks%20Overview.png?raw=true)
1414

15+
![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat)
1516
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
16-
[![Version](http://img.shields.io/cocoapods/v/SwiftTweaks.svg)](http://cocoapods.org/?q=SwiftTweaks)
17+
[![Version](http://img.shields.io/cocoapods/v/SwiftTweaks.svg)](https://cocoapods.org/pods/SwiftTweaks)
1718
[![GitHub release](https://img.shields.io/github/release/Khan/SwiftTweaks.svg)](https://github.com/Khan/SwiftTweaks/releases)
1819
![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg)
1920
![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
179180

180181
## Installation
181182

183+
#### Swift Package Manager
184+
185+
SwiftTweaks is available via the Swift Package Manager; add it to Xcode with this URL:
186+
```
187+
https://github.com/Khan/SwiftTweaks
188+
```
189+
190+
It's also listed in the (excellent) [Swift Package Index](https://swiftpackageindex.com/Khan/SwiftTweaks)!
191+
182192
#### [Carthage](https://github.com/carthage/carthage)
183193

184194
To add `SwiftTweaks` to your application, add it to your `Cartfile`:

0 commit comments

Comments
 (0)