JSONModel.modulemap 108 Bytes
framework module JSONModel {
  umbrella header "JSONModel-umbrella.h"

  export *
  module * { export * }
}