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 @@ -64,6 +64,13 @@ To install `KeyboardLayoutGuide` via [Carthage](https://github.com/Carthage/Cart
6464github "freshos/KeyboardLayoutGuide"
6565```
6666
67+ ### Swift Package Manager
68+
69+ To integrate ` KeyboardLayoutGuide ` via [ SPM] ( https://swift.org/package-manager/ ) into your Xcode 11 project specify it in Project > Swift Packages:
70+ ```
71+ https://github.com/freshOS/KeyboardLayoutGuide
72+ ```
73+
6774### Manually
6875Just add ` Keyboard+LayoutGuide.swift ` to your Xcode project.
6976
You can’t perform that action at this time.
0 commit comments