module.modulemap 122 B

12345
  1. framework module KTVCocoaHTTPServer {
  2. umbrella header "KTVCocoaHTTPServer.h"
  3. export *
  4. module * { export * }
  5. }