Skip to content

Commit 40c3502

Browse files
authored
Update README.md
1 parent 6f005dd commit 40c3502

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Go to `File / Swift Packages / Add Package Dependency…`
2121
and enter package repository URL https://github.com/awxkee/jxl-coder-swift, then select the latest master branch
2222
at the time of writing.
2323

24+
### CocoaPods
25+
26+
Add
27+
```ruby
28+
pod 'JxlCoder'
29+
```
30+
to your Podfile and then
31+
```shell
32+
pod install
33+
```
34+
2435
## Usage
2536

2637
```swift

0 commit comments

Comments
 (0)