SDWebImage.modulemap 110 Bytes
framework module SDWebImage {
  umbrella header "SDWebImage-umbrella.h"

  export *
  module * { export * }
}