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

Commit e4cd1fa

Browse files
committed
Version 3.0.0
1 parent ab8a788 commit e4cd1fa

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

KeyboardHelper/Supporting Files/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,21 @@ A small (but cool) tool for handling UIKeyboard appearing and disappearing in yo
1616

1717
### Carthage
1818
~~~bash
19-
github "nodes-ios/KeyboardHelper" ~> 1.0
19+
github "nodes-ios/KeyboardHelper" ~> 3.0.0
2020
~~~
2121

22-
> Last versions compatible with lower Swift versions:
23-
>
24-
> **Swift 3**
25-
> `github "nodes-ios/KeyboardHelper" == 1.2.1`
26-
>
27-
> **Swift 2.3**
28-
> `github "nodes-ios/KeyboardHelper" == 0.10.0`
29-
>
30-
> **Swift 2.2**
31-
> `github "nodes-ios/KeyboardHelper" == 0.9.4`
32-
3322
### CocoaPods
3423
~~~
35-
pod 'KeyboardHelper', '~> 1.0'
24+
pod 'KeyboardHelper', '~> 3.0.0'
3625
~~~
3726

27+
> ### Older versions
28+
> Last versions compatible with lower Swift versions:
29+
>
30+
> **Swift 4**: `~> 2.0.0`
31+
> **Swift 3**: `== 1.2.1`
32+
> **Swift 2.3**: `== 0.10.0`
33+
> **Swift 2.2**: `== 0.9.4`
3834
3935
## 🔧 Setup
4036
Implement `KeyboardHelperDelegate` in your UIViewController.

0 commit comments

Comments
 (0)