module.modulemap 120 Bytes
framework module CocoaLumberjack {
  umbrella header "CocoaLumberjack-umbrella.h"

  export *
  module * { export * }
}