Localize-Swift.modulemap 118 B

123456
  1. framework module Localize_Swift {
  2. umbrella header "Localize-Swift-umbrella.h"
  3. export *
  4. module * { export * }
  5. }