Skip to content

Commit 7f0df90

Browse files
updates for readme
1 parent d21bdba commit 7f0df90

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![CI](https://github.com/surfstudio/debug-screen-ios/actions/workflows/main.yml/badge.svg)](https://github.com/surfstudio/debug-screen-ios/actions/workflows/main.yml)
44
[![Documentation](https://github.com/surfstudio/debug-screen-ios/blob/master/docs/badge.svg)](https://surfstudio.github.io/debug-screen-ios/)
55
[![SPM Compatible](https://img.shields.io/badge/SPM-compatible-blue.svg)](https://github.com/apple/swift-package-manager)
6+
[![CocoaPods Version](https://img.shields.io/cocoapods/v/DebugScreen.svg?style=flat)](https://cocoapods.org)
67

78
[![DebugScreen](https://i.ibb.co/PtrBh4f/Group-48095986.png)](https://github.com/surfstudio/debug-screen-ios)
89

@@ -21,6 +22,14 @@
2122
- В XCode пройдите в `File > Swift Packages > Add Package Dependency`
2223
- Введите URL репозитория `https://github.com/surfstudio/DebugScreen.git`
2324

25+
#### CocoaPods:
26+
27+
Добавьте в свой Podfile следующую строку, затем запустите `pod install`
28+
29+
```ruby
30+
pod 'DebugScreen'
31+
```
32+
2433
## Features
2534

2635
При создании библиотеки преследовались следующие цели:

0 commit comments

Comments
 (0)