GMJSONModel.modulemap 112 Bytes
framework module GMJSONModel {
  umbrella header "GMJSONModel-umbrella.h"

  export *
  module * { export * }
}