This repository was archived by the owner on Aug 3, 2022. It is now read-only.
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Version] ( https://img.shields.io/cocoapods/v/SDWebImageFLPlugin.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageFLPlugin )
5
5
[ ![ License] ( https://img.shields.io/cocoapods/l/SDWebImageFLPlugin.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImageFLPlugin )
6
6
[ ![ 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/ )
7
8
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/SDWebImage/SDWebImageFLPlugin )
8
9
[ ![ codecov] ( https://codecov.io/gh/SDWebImage/SDWebImageFLPlugin/branch/master/graph/badge.svg )] ( https://codecov.io/gh/SDWebImage/SDWebImageFLPlugin )
9
10
@@ -81,6 +82,18 @@ SDWebImageFLPlugin is available through [Carthage](https://github.com/Carthage/C
81
82
github "SDWebImage/SDWebImageFLPlugin"
82
83
```
83
84
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
+
84
97
## Author
85
98
86
99
You can’t perform that action at this time.
0 commit comments