Skip to content

Commit b3b1190

Browse files
committed
Update README.md
1 parent 192b3d1 commit b3b1190

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
Collection of Swift-extensions to boost development process.
44

5-
### Community
6-
75
<p float="left">
8-
<a href="#apps-using">
9-
<img src="https://cdn.sparrowcode.io/github/badges/download-on-the-appstore.png?version=2" height="52">
6+
<a href="https://twitter.com/sparrowcode_en">
7+
<img src="https://cdn.sparrowcode.io/github%2Fbadges%2Ftwitter.png?version=4" height="52">
108
</a>
11-
<a href="https://github.com/sponsors/sparrowcode">
12-
<img src="https://cdn.sparrowcode.io/github/badges/github-sponsor.png?version=3" height="52">
9+
<a href="#apps-using">
10+
<img src="https://cdn.sparrowcode.io/github/badges/download-on-the-appstore.png?version=4" height="52">
1311
</a>
1412
</p>
1513

@@ -19,19 +17,20 @@ Ready to use on iOS 13+, tvOS 13+, watchOS 6.0+.
1917

2018
### Swift Package Manager
2119

22-
In Xcode go to `File` -> `Packages` -> `Update to Latest Package Versions` and insert url:
20+
In Xcode go to Project -> Your Project Name -> `Package Dependencies` -> Tap *Plus*. Insert url:
2321

2422
```
2523
https://github.com/sparrowcode/SwiftBoost
2624
```
2725

28-
or adding it to the `dependencies` value of your `Package.swift`:
26+
or adding it to the `dependencies` of your `Package.swift`:
2927

3028
```swift
3129
dependencies: [
3230
.package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.0"))
3331
]
3432
```
33+
3534
### CocoaPods:
3635

3736
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
4140
[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`:
4241

4342
```ruby
44-
pod 'SwiftBoost', :git => 'https://github.com/sparrowcode/SwiftBoost'
43+
pod 'SwiftBoost'
4544
```
4645
</details>
4746

@@ -60,3 +59,5 @@ If you prefer not to use any of dependency managers, you can integrate manually.
6059
<a href="https://apps.apple.com/app/id1570676244"><img src="https://cdn.sparrowcode.io/github/apps-using/id1570676244.png?version=2" height="65"></a>
6160
<a href="https://apps.apple.com/app/id1617055933"><img src="https://cdn.sparrowcode.io/github/apps-using/id1617055933.png?version=2" height="65"></a>
6261
</p>
62+
63+
If you use a `SwiftBoost`, add your app via Pull Request.

0 commit comments

Comments
 (0)