Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 50563e9

Browse files
author
Dominik Hadl
committed
update readme
1 parent cb12a19 commit 50563e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ A small (but cool) tool for handling UIKeyboard appearing and disappearing in yo
55

66
[![Travis](https://img.shields.io/travis/nodes-ios/KeyboardHelper.svg)](https://travis-ci.org/nodes-ios/KeyboardHelper)
77
[![Codecov](https://img.shields.io/codecov/c/github/nodes-ios/KeyboardHelper.svg)](https://codecov.io/github/nodes-ios/KeyboardHelper)
8+
[![CocoaPods](https://img.shields.io/cocoapods/v/KeyboardHelper.svg)](https://cocoapods.org/pods/KeyboardHelper)
89
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
10+
![Swift Package Manager](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)
911
![Plaform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)
1012
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nodes-ios/nstack-translations-generator/blob/master/LICENSE)
1113

@@ -18,7 +20,7 @@ github "nodes-ios/KeyboardHelper"
1820

1921
### Cocoa Pods
2022
~~~
21-
pod 'KeyboardHelper', '~> 0.9'
23+
pod 'KeyboardHelper', '~> 0.9.1'
2224
~~~
2325

2426
### Swit Package Manager

0 commit comments

Comments
 (0)