Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kvyatkovskys committed Jul 26, 2023
2 parents 2b2d1f1 + 90ff17f commit 9940ff5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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)

0 comments on commit 9940ff5

Please sign in to comment.