File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 5
5
"package" : " SDWebImage" ,
6
6
"repositoryURL" : " https://github.com/SDWebImage/SDWebImage.git" ,
7
7
"state" : {
8
- "branch" : " master " ,
9
- "revision" : " 09f06159a3284f6981d5495728e5c3cb3dfb82fa " ,
10
- "version" : null
8
+ "branch" : null ,
9
+ "revision" : " 0a3cd255a655b73fb3b3437acf2ab506b5c0c9c6 " ,
10
+ "version" : " 5.1.0 "
11
11
}
12
12
}
13
13
]
Original file line number Diff line number Diff line change 5
5
[ ![ License] ( https://img.shields.io/cocoapods/l/SDWebImagePhotosPlugin.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImagePhotosPlugin )
6
6
[ ![ Platform] ( https://img.shields.io/cocoapods/p/SDWebImagePhotosPlugin.svg?style=flat )] ( https://cocoapods.org/pods/SDWebImagePhotosPlugin )
7
7
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/SDWebImage/SDWebImagePhotosPlugin )
8
+ [ ![ SwiftPM compatible] ( https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg )] ( https://swift.org/package-manager/ )
8
9
[ ![ codecov] ( https://codecov.io/gh/SDWebImage/SDWebImagePhotosPlugin/branch/master/graph/badge.svg )] ( https://codecov.io/gh/SDWebImage/SDWebImagePhotosPlugin )
9
10
10
11
## What's for
@@ -39,6 +40,18 @@ SDWebImagePhotosPlugin is available through [Carthage](https://github.com/Cartha
39
40
github "SDWebImage/SDWebImagePhotosPlugin"
40
41
```
41
42
43
+ #### Swift Package Manager
44
+
45
+ SDWebImagePhotosPlugin is available through [ Swift Package Manager] ( https://swift.org/package-manager ) .
46
+
47
+ ``` swift
48
+ let package = Package (
49
+ dependencies : [
50
+ .package (url : " https://github.com/SDWebImage/SDWebImagePhotosPlugin.git" , from : " 0.3" )
51
+ ]
52
+ )
53
+ ```
54
+
42
55
## Usage
43
56
** Important!** To use Photos Library plugin. Firstly you need to register the photos loader to image manager.
44
57
You can’t perform that action at this time.
0 commit comments