-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Installation | ||
|
||
Pulse is distributed as a binary framework using [Swift Package Manager](https://swift.org/package-manager/). | ||
|
||
If you are using Xcode 11 or higher, go to **File / Swift Packages / Add Package Dependency...** and enter package repository URL **https://github.com/kean/PulseUI** (requires access), then follow the instructions. | ||
|
||
To remove the dependency, select the project and open **Swift Packages** (which is next to **Build Settings**). You can add and remove packages from this tab. | ||
|
||
> Swift Package Manager can also be used [from the command line](https://swift.org/package-manager/). | ||
After adding a package, make sure to add all suggested products to your project. | ||
|
||
<img src="https://user-images.githubusercontent.com/1567433/107453875-d3668d80-6b19-11eb-804d-b29059275deb.png"> | ||
|