Skip to content

Commit

Permalink
Create Installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kean authored Feb 10, 2021
1 parent 34cc821 commit 5bf2e4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Docs/Installation.md
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">

0 comments on commit 5bf2e4a

Please sign in to comment.