Merge pull request #1 from microsoft/personal/namalu/installation-documentation

Added Swift Package Manager installation instructions
This commit is contained in:
namalu 2019-11-19 23:03:57 -08:00 коммит произвёл GitHub
Родитель 73bca2d926 a12f9e71e2
Коммит e98ee39128
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,14 @@
The IomtFhirClient Swift library simplifies sending IoMT (Internet of Medical Things) data to an [IoMT FHIR Connector for Azure](https://github.com/microsoft/iomt-fhir) endpoint for persistance in a FHIR® server.
## Installation
IomtFhirClient uses **Swift Package Manager** to manage dependencies. It is recommended that you use Xcode 11 or newer to add IomtFhirClient to your project.
1. Using Xcode 11 go to File > Swift Packages > Add Package Dependency
2. Paste the project URL: https://github.com/microsoft/iomt-fhir-client
3. Click on next and select the project target
## Basic Usage
### Instantiate an IomtFhirClient