Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 84d99c2

Browse files
author
lizhuoli
committed
Update the README.md about SwiftPM support
1 parent aaa137f commit 84d99c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Version](https://img.shields.io/cocoapods/v/SDWebImageFLPlugin.svg?style=flat)](https://cocoapods.org/pods/SDWebImageFLPlugin)
55
[![License](https://img.shields.io/cocoapods/l/SDWebImageFLPlugin.svg?style=flat)](https://cocoapods.org/pods/SDWebImageFLPlugin)
66
[![Platform](https://img.shields.io/cocoapods/p/SDWebImageFLPlugin.svg?style=flat)](https://cocoapods.org/pods/SDWebImageFLPlugin)
7+
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager/)
78
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/SDWebImageFLPlugin)
89
[![codecov](https://codecov.io/gh/SDWebImage/SDWebImageFLPlugin/branch/master/graph/badge.svg)](https://codecov.io/gh/SDWebImage/SDWebImageFLPlugin)
910

@@ -81,6 +82,18 @@ SDWebImageFLPlugin is available through [Carthage](https://github.com/Carthage/C
8182
github "SDWebImage/SDWebImageFLPlugin"
8283
```
8384

85+
#### Swift Package Manager (Xcode 11+)
86+
87+
SDWebImageFLPlugin is available through [Swift Package Manager](https://swift.org/package-manager).
88+
89+
```swift
90+
let package = Package(
91+
dependencies: [
92+
.package(url: "https://github.com/SDWebImage/SDWebImageFLPlugin.git", from: "0.6.0")
93+
]
94+
)
95+
```
96+
8497
## Author
8598

8699
DreamPiggy, [email protected]

0 commit comments

Comments
 (0)