You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,13 @@ Then, run the following command:
49
49
pod install
50
50
```
51
51
52
+
## Swift Package Manager
53
+
54
+
1. In Xcode, select File > Add Packages
55
+
2. For the URL, paste in `https://github.com/queueit/ios-webui-sdk.git`
56
+
3. Configure how you'd like to track changes, and add to your project
57
+
4. Finally, click Add Package
58
+
52
59
## Usage
53
60
54
61
We have a repository with a demo app [here](https://github.com/queueit/ios-demo-app"iOS demo app"), but you can get the basic idea of how to use the library in the following example.
0 commit comments