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.
@@ -41,7 +40,7 @@ This is an outdated way of doing things. I advise you to use [SPM](#swift-packag
41
40
[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`:
42
41
43
42
```ruby
44
-
pod 'SwiftBoost', :git => 'https://github.com/sparrowcode/SwiftBoost'
43
+
pod 'SwiftBoost'
45
44
```
46
45
</details>
47
46
@@ -60,3 +59,5 @@ If you prefer not to use any of dependency managers, you can integrate manually.
0 commit comments