Contents

sdggiesbrecht/sdgkeyboarddesign

README.md

Importing

SDGKeyboardDesign provides a library for use with the Swift Package Manager.

Simply add SDGKeyboardDesign as a dependency in Package.swift:

let package = Package(
  name: "MyPackage",
  dependencies: [
    .package(
      url: "https://github.com/SDGGiesbrecht/SDGKeyboardDesign",
      from: Version(2, 1, 3)
    ),
  ],
  targets: [
    .target(
      name: "MyTarget",
      dependencies: [
        .product(name: "SDGKeyboardDesign", package: "SDGKeyboardDesign"),
      ]
    )
  ]
)

The module can then be imported in source files:

import SDGKeyboardDesign

About

The SDGKeyboardDesign project is maintained by Jeremy David Giesbrecht.

If SDGKeyboardDesign saves you money, consider giving some of it as a donation.

If SDGKeyboardDesign saves you time, consider devoting some of it to contributing back to the project.

Ἄξιος γὰρ ὁ ἐργάτης τοῦ μισθοῦ αὐτοῦ ἐστι.

For the worker is worthy of his wages.

―‎ישוע/Yeshuʼa

Package Metadata

Repository: sdggiesbrecht/sdgkeyboarddesign

Default branch: master

README: README.md