-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
B.Cem edited this page Jul 28, 2026
·
1 revision
PeekDialog is distributed with Swift Package Manager.
- File → Add Package Dependencies…
- Enter the repository URL:
https://github.com/cembaykara/PeekDialog.git
- Pick a version rule (e.g. Up to Next Major) and add the package to your target.
dependencies: [
.package(url: "https://github.com/cembaykara/PeekDialog.git", from: "1.0.0")
]Then add "PeekDialog" to the target that needs it:
.target(
name: "MyApp",
dependencies: ["PeekDialog"]
)import PeekDialog