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
Copy file name to clipboardExpand all lines: README.md
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ If you like the project, don't forget to `put star ★`<br>Check out my other li
15
15
-[Swift Package Manager](#swift-package-manager)
16
16
-[CocoaPods](#cocoapods)
17
17
-[Manually](#manually)
18
-
-[Сontribution](#сontribution)
19
-
-[Other Projects](#other-projects)
20
18
-[Russian Community](#russian-community)
21
19
22
20
## Installation
@@ -27,12 +25,14 @@ Ready for use on iOS 12+, tvOS 12+ & watchOS 6.0+. Works with Swift 5+. Required
27
25
28
26
### Swift Package Manager
29
27
30
-
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
28
+
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
31
29
32
-
To integrate `SparrowKit` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
30
+
Once you have your Swift package set up, adding as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/SparrowKit` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
49
49
50
-
## Сontribution
51
-
52
-
My English is very bad. You can see this once you read the documentation. I would really like to have clean and nice documentation. If you see gramatical errors and can help fix the Readme, please contact me [email protected] or make a Pull Request. Thank you in advance!
53
-
54
-
## Other Projects
55
-
56
-
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see `video previews` of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.<br>
57
-
I have libraries with native interface and managing permissions. Also available pack of useful extensions for boost your development process.
0 commit comments