Skip to content

Commit f76c3c8

Browse files
docs: add additional info to installing by SPM
1 parent c14f416 commit f76c3c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Ready for use with Swift 4.2+ on iOS 11.1+
3333

3434
The [Swift Package Manager](https://www.swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
3535

36+
In Xcode navigate to File → Swift Packages → Add Package Dependency…. Use this URL to add the dependency:
37+
38+
```
39+
‌https://github.com/htmlprogrammist/EmojiPicker
40+
```
41+
3642
Once you have your Swift package set up, adding as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
3743

3844
```swift

0 commit comments

Comments
 (0)