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

  export *
  module * { export * }
}