Skip to content

Instantly share code, notes, and snippets.

View pacu's full-sized avatar

Pacu pacu

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pacu on github.
  • I am pacu (https://keybase.io/pacu) on keybase.
  • I have a public key ASBWuyVOz--5XTThkErpXP6Ww7UUWjSIx4Cdhh19sP7dRgo

To claim this, I am signing this object:

@pacu
pacu / Package.swift
Created June 17, 2019 22:33
Newly created Package.swift
import PackageDescription
let package = Package(
name: "NotificationBubbles",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "NotificationBubbles",
targets: ["NotificationBubbles"]),
],