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

  export *
  module * { export * }
}