CNLiveBaseKit.modulemap 116 Bytes
framework module CNLiveBaseKit {
  umbrella header "CNLiveBaseKit-umbrella.h"

  export *
  module * { export * }
}