Remove version-specific carthage

This commit is contained in:
Dmitrii Chichuk 2019-07-08 12:24:32 +03:00
Родитель cd1e8b5583
Коммит 0ee1be7b00
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -64,10 +64,6 @@ pod 'CorrelationVector', :git => 'https://github.com/microsoft/CorrelationVector
```
github "https://github.com/microsoft/CorrelationVector-Swift" "master"
```
or if you want a specific version:
```
github "https://github.com/microsoft/CorrelationVector-Swift" == 2.0
```
3. Run `carthage update --platform iOS`
# Usage