Skip to content

Commit 098e867

Browse files
authored
Update README.md
1 parent 14ce5b6 commit 098e867

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,18 @@ dependencies: [
3232
.package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.0"))
3333
]
3434
```
35-
3635
### CocoaPods:
3736

38-
Specify it in your `Podfile`:
37+
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.
38+
39+
<details><summary>Cocoapods Instalation</summary>
40+
41+
[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`:
3942

4043
```ruby
41-
pod 'SwiftBoost'
44+
pod 'SwiftBoost', :git => 'https://github.com/sparrowcode/SwiftBoost'
4245
```
46+
</details>
4347

4448
### Manually
4549

0 commit comments

Comments
 (0)