Skip to content

Commit 944dc89

Browse files
committed
Update the readme about Carthage
1 parent 23c881b commit 944dc89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,23 @@ This coder plugin, provide the animation loading support for video format, inclu
2727

2828
## Installation
2929

30+
#### CocoaPods
31+
3032
SDWebImageVideoCoder is available through [CocoaPods](https://cocoapods.org). To install
3133
it, simply add the following line to your Podfile:
3234

3335
```ruby
3436
pod 'SDWebImageVideoCoder'
3537
```
3638

39+
#### Carthage
40+
41+
SDWebImageVideoCoder is available through [Carthage](https://github.com/Carthage/Carthage).
42+
43+
```
44+
github "SDWebImage/SDWebImageVideoCoder"
45+
```
46+
3747
## Usage
3848

3949
### Load Video URL

0 commit comments

Comments
 (0)