This commit is contained in:
Dmitrii Chichuk 2019-07-05 13:57:39 +03:00
Родитель ec76b5193b
Коммит 86a0c95e72
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -38,8 +38,6 @@ or trademarks, whether by implication, estoppel or otherwise.
2. Add following dependency to `Package` section:
```swift
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/microsoft/CorrelationVector-Swift.git", .branch("master"))
]
```
@ -57,7 +55,7 @@ dependencies: [
```
pod 'CorrelationVector', :git => 'https://github.com/microsoft/CorrelationVector-Swift.git', :branch => 'master'
```
3. Run `pod install'
3. Run `pod install`
## With Carthage