-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/kvyatkovskys/KVKLogger
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# KVKLogger | ||
|
||
A description of this package. | ||
## Requirements | ||
|
||
- iOS 15.0+, iPadOS 15.0+, MacOS 12.0+ | ||
- Swift 5.0+ | ||
|
||
## Installation | ||
|
||
### Swift Package Manager (Xcode 12 or higher) | ||
|
||
1. In Xcode navigate to **File** → **Swift Packages** → **Add Package Dependency...** | ||
2. Select a project | ||
3. Paste the repository URL (`https://github.com/kvyatkovskys/KVKLogger`) and click **Next**. | ||
4. For **Rules**, select **Version (Up to Next Major)** and click **Next**. | ||
5. Click **Finish**. | ||
|
||
[Adding Package Dependencies to Your App](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) |