You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,13 @@ This is a behaviour that can be opt out by using `keyboardLayoutGuideNoSafeArea`
49
49
50
50
## Installation
51
51
52
-
### CocoaPods
52
+
The Swift Package Manager (SPM) is now the official way to install `KeyboardLayoutGuide`. The other package managers are now deprecated as of `1.7.0` and won't be supported in future versions.
To install `KeyboardLayoutGuide` via [CocoaPods](http://cocoapods.org), add the following line to your Podfile:
55
61
@@ -60,21 +66,14 @@ target 'MyAppName' do
60
66
end
61
67
```
62
68
63
-
### Carthage
69
+
### Carthage - Deprecated
64
70
65
71
To install `KeyboardLayoutGuide` via [Carthage](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos), add the following line to your Cartfile:
66
72
67
73
```
68
74
github "freshos/KeyboardLayoutGuide"
69
75
```
70
76
71
-
### Swift Package Manager
72
-
73
-
To integrate `KeyboardLayoutGuide` via [SPM](https://swift.org/package-manager/) into your Xcode 11 project specify it in Project > Swift Packages:
74
-
```
75
-
https://github.com/freshOS/KeyboardLayoutGuide
76
-
```
77
-
78
77
### Manually
79
78
Just add `Keyboard+LayoutGuide.swift` to your Xcode project.
0 commit comments