Update readme

This commit is contained in:
2025-07-22 21:44:17 +03:00
parent a4ed142506
commit e8bb90bbb9

View File

@@ -24,7 +24,7 @@ To add KeychainKit to your project, use Swift Package Manager (SPM).
1. Open your project in Xcode. 1. Open your project in Xcode.
2. Navigate to the `File` menu and select `Add Package Dependencies`. 2. Navigate to the `File` menu and select `Add Package Dependencies`.
3. Enter the repository URL: `https://github.com/angd-dev/keychain-kit.git` 3. Enter the repository URL: `https://github.com/angd-dev/keychain-kit.git`
4. Choose the version to install (e.g., `2.0.0`). 4. Choose the version to install (e.g., `2.1.0`).
5. Add the library to your target module. 5. Add the library to your target module.
### Adding to Package.swift ### Adding to Package.swift
@@ -38,7 +38,7 @@ import PackageDescription
let package = Package( let package = Package(
name: "YourProject", name: "YourProject",
dependencies: [ dependencies: [
.package(url: "https://github.com/angd-dev/keychain-kit.git", from: "2.0.0") .package(url: "https://github.com/angd-dev/keychain-kit.git", from: "2.1.0")
], ],
targets: [ targets: [
.target( .target(
@@ -53,7 +53,7 @@ let package = Package(
## Additional Resources ## Additional Resources
For more information and usage examples, see the [documentation](https://docs.angd.dev/?package=keychain-kit&version=2.0.0). For more information and usage examples, see the [documentation](https://docs.angd.dev/?package=keychain-kit&version=2.1.0).
## License ## License