Pods-SwiftDemoD.modulemap 110 B

123456
  1. module Pods_SwiftDemoD {
  2. umbrella header "Pods-SwiftDemoD-umbrella.h"
  3. export *
  4. module * { export * }
  5. }