Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qsd-faris authored Jan 8, 2024
1 parent b1640b4 commit e19620b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,18 @@

DeskPro iOS Messenger is a Chat/AI/Messaging product. You can embed a “widget” directly into native app, so that enables end-users to use the product. Similar implementation for [Android](https://github.com/deskpro/messenger-sdk-android).

## Getting Started
## Requirements

- iOS 14.0+
- Swift 5.7+
- Xcode 14.0+

## Running the tests

Once you're in the root directory of the package, you can run the tests using the Swift Package Manager's `swift test` command. This will compile the package and its tests, and then run the tests. This command will execute all test cases defined in the Swift Package.

## Installation

- File > Swift Packages > Add Package Dependency
- Add `https://github.com/deskpro/messenger-sdk-ios`
- Select "Up to Next Major" with "1.0.0"

0 comments on commit e19620b

Please sign in to comment.