This repository was archived by the owner on Mar 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
KeyboardHelper/Supporting Files Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
4036Implement ` KeyboardHelperDelegate ` in your UIViewController.
You can’t perform that action at this time.
0 commit comments