Skip to content

Commit

Permalink
Add instructions for swift package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Chiang authored Feb 3, 2020
1 parent d5b9123 commit 0c9a74f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0c9a74f

Please sign in to comment.