-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions for swift package manager
- Loading branch information
Jeremy Chiang
authored
Feb 3, 2020
1 parent
d5b9123
commit 0c9a74f
Showing
1 changed file
with
7 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 |
---|---|---|
|
@@ -144,6 +144,13 @@ it, simply add the following line to your Podfile: | |
pod 'SCNetworkAPI' | ||
``` | ||
|
||
SCNetworkAPI is also available through [Swift Package Manager](https://swift.org/package-manager/). To install it, follow these steps: | ||
|
||
1. In Xcode, click **File**, then **Swift Package Manager**, then **Add Package Dependency** | ||
2. Choose your project | ||
3. Enter this URL in the search bar `https://github.com/steamclock/networkAPI.git` | ||
4. Choose **branch** and make sure **master** is selected | ||
|
||
## Author | ||
|
||
[email protected] | ||
|