This repository was archived by the owner on Mar 10, 2022. It is now read-only.
File tree 2 files changed +10
-14
lines changed
KeyboardHelper/Supporting Files
2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1 .0 </string >
18
+ <string >3.0 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<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
16
16
17
17
### Carthage
18
18
~~~ bash
19
- github " nodes-ios/KeyboardHelper" ~ > 1 .0
19
+ github " nodes-ios/KeyboardHelper" ~ > 3.0 .0
20
20
~~~
21
21
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
-
33
22
### CocoaPods
34
23
~~~
35
- pod 'KeyboardHelper', '~> 1 .0'
24
+ pod 'KeyboardHelper', '~> 3.0 .0'
36
25
~~~
37
26
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 `
38
34
39
35
## 🔧 Setup
40
36
Implement ` KeyboardHelperDelegate ` in your UIViewController.
You can’t perform that action at this time.
0 commit comments