Co-Authored-By: Jae Lim <jaelim@microsoft.com>
This commit is contained in:
Anna Kocheshkova 2019-07-09 13:18:54 +03:00 коммит произвёл GitHub
Родитель c7e89427b6
Коммит 06285e3f67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -53,7 +53,7 @@ dependencies: [
## Cocoapods
1. Run `pod init` if it hasn't been initialized
2. Add the following line to the corresponding target's section in the **Podfile**:
2. Add the following line to the corresponding target section in the **Podfile**:
```
pod 'CorrelationVector', :git => 'https://github.com/microsoft/CorrelationVector-Swift.git', :branch => 'master'
```