SwiftOverlays.modulemap 116 Bytes
framework module SwiftOverlays {
  umbrella header "SwiftOverlays-umbrella.h"

  export *
  module * { export * }
}