You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`:
39
42
40
43
```ruby
41
-
pod 'SwiftBoost'
44
+
pod 'SwiftBoost', :git => 'https://github.com/sparrowcode/SwiftBoost'
0 commit comments