Skip to content

Commit c531ef9

Browse files
committed
Revert "Change order install readme"
This reverts commit 759d73c.
1 parent 4feb65e commit c531ef9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- [Requirements](#requirements)
66
- [Installation](#installation)
7-
- [Swift Package Manager](#swift-package-manager)
87
- [CocoaPods](#cocoapods)
8+
- [Swift Package Manager](#swift-package-manager)
99
- [Carthage](#carthage)
1010
- [Manually](#manually)
1111
- [Quick Start](#quick-start)
@@ -22,6 +22,14 @@ Swift `+5.0`. Ready for use on iOS 13+
2222

2323
## Installation
2424

25+
### CocoaPods:
26+
27+
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `SPDiffable` into your Xcode project using CocoaPods, specify it in your `Podfile`:
28+
29+
```ruby
30+
pod 'SPDiffable'
31+
```
32+
2533
### Swift Package Manager
2634

2735
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
@@ -32,14 +40,6 @@ To integrate `SPDiffable` into your Xcode project using Xcode 11, specify it in
3240
https://github.com/ivanvorobei/SPDiffable
3341
```
3442

35-
### CocoaPods:
36-
37-
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `SPDiffable` into your Xcode project using CocoaPods, specify it in your `Podfile`:
38-
39-
```ruby
40-
pod 'SPDiffable'
41-
```
42-
4343
### Carthage
4444

4545
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate `SPDiffable` into your Xcode project using Carthage, specify it in your `Cartfile`:

0 commit comments

Comments
 (0)