Skip to content

Commit 43c418d

Browse files
committed
Update the README to place the SwiftPM before CocoaPods, where SwiftUI user prefers more
1 parent 395f0e6 commit 43c418d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,6 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
5959

6060
## Installation
6161

62-
#### CocoaPods
63-
64-
SDWebImageSwiftUI is available through [CocoaPods](https://cocoapods.org). To install
65-
it, simply add the following line to your Podfile:
66-
67-
```ruby
68-
pod 'SDWebImageSwiftUI'
69-
```
70-
71-
#### Carthage
72-
73-
SDWebImageSwiftUI is available through [Carthage](https://github.com/Carthage/Carthage).
74-
75-
```
76-
github "SDWebImage/SDWebImageSwiftUI"
77-
```
78-
7962
#### Swift Package Manager
8063

8164
SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org/package-manager/).
@@ -96,6 +79,23 @@ let package = Package(
9679
)
9780
```
9881

82+
#### CocoaPods
83+
84+
SDWebImageSwiftUI is available through [CocoaPods](https://cocoapods.org). To install
85+
it, simply add the following line to your Podfile:
86+
87+
```ruby
88+
pod 'SDWebImageSwiftUI'
89+
```
90+
91+
#### Carthage
92+
93+
SDWebImageSwiftUI is available through [Carthage](https://github.com/Carthage/Carthage).
94+
95+
```
96+
github "SDWebImage/SDWebImageSwiftUI"
97+
```
98+
9999
## Usage
100100

101101
### Using `WebImage` to load network image

0 commit comments

Comments
 (0)