File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ // swift-tools-version:5.1
2+ import PackageDescription
3+
4+ let package = Package (
5+ name: " KeyboardLayoutGuide " ,
6+ platforms: [ . iOS( . v9) ] ,
7+ products: [
8+ . library( name: " KeyboardLayoutGuide " , targets: [ " KeyboardLayoutGuide " ] ) ,
9+ ] ,
10+ targets: [
11+ . target(
12+ name: " KeyboardLayoutGuide " ,
13+ dependencies: [ ] ,
14+ path: " KeyboardLayoutGuide/KeyboardLayoutGuide "
15+ )
16+ ]
17+ )
Original file line number Diff line number Diff line change @@ -63,6 +63,13 @@ To install `KeyboardLayoutGuide` via [Carthage](https://github.com/Carthage/Cart
6363github "freshos/KeyboardLayoutGuide"
6464```
6565
66+ ### Swift Package Manager
67+
68+ To integrate ` KeyboardLayoutGuide ` via [ SPM] ( https://swift.org/package-manager/ ) into your Xcode 11 project specify it in Project > Swift Packages:
69+ ```
70+ https://github.com/freshOS/KeyboardLayoutGuide
71+ ```
72+
6673### Manually
6774Just add ` Keyboard+LayoutGuide.swift ` to your Xcode project.
6875
You can’t perform that action at this time.
0 commit comments