TMCache.modulemap 104 Bytes
framework module TMCache {
  umbrella header "TMCache-umbrella.h"

  export *
  module * { export * }
}