Skip to content

Commit d8b738f

Browse files
committed
Added SPM instructions to README
1 parent 2d99966 commit d8b738f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ pod 'CropViewController'
5959
```
6060
</details>
6161

62+
<details>
63+
<summary><strong>Swift Package Manager</strong></summary>
64+
65+
Add the following to your `Package.swift`:
66+
``` swift
67+
dependencies: [
68+
// ...
69+
.package(url: "https://github.com/TimOliver/TOCropViewController.git"),
70+
],
71+
```
72+
</details>
73+
6274
<details>
6375
<summary><strong>Carthage</strong></summary>
6476

0 commit comments

Comments
 (0)