Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei authored Mar 22, 2023
1 parent 14ce5b6 commit 098e867
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ dependencies: [
.package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.0"))
]
```

### CocoaPods:

Specify it in your `Podfile`:
This is an outdated way of doing things. I advise you to use [SPM](#swift-package-manager). However, I will continue to support Cocoapods for some time.

<details><summary>Cocoapods Instalation</summary>

[CocoaPods](https://cocoapods.org) is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'SwiftBoost'
pod 'SwiftBoost', :git => 'https://github.com/sparrowcode/SwiftBoost'
```
</details>

### Manually

Expand Down

0 comments on commit 098e867

Please sign in to comment.