Skip to content

Commit

Permalink
Обновление readme
Browse files Browse the repository at this point in the history
Dmitry Overchuk committed Jan 25, 2021
1 parent ea62782 commit d1ead1c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,16 @@

## Установка

TinkoffID доступен через [CocoaPods](https://cocoapods.org). Для установки просто добавьте следующую строчку в ваш `Podfile`:
### Swift Package Manager
`TinkoffID` поддерживает Swift Package Manager. Инструкцию по настройке SPM для вашего проекта можно найти [здесь](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).
После настройки проекта просто добавьте ссылку на репозиторий как зависимость:

```
https://github.com/tinkoff-mobile-tech/TinkoffID-iOS
```

### Cocoapods
Для установки `TinkoffID` с помощью [CocoaPods](https://cocoapods.org) необходимо добавить следующую строчку в ваш `Podfile`:

```ruby
pod 'TinkoffID'

0 comments on commit d1ead1c

Please sign in to comment.