module.modulemap 197 B

1234567891011
  1. framework module MapboxSpeech {
  2. umbrella header "MapboxSpeech-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module MapboxSpeech.Swift {
  7. header "MapboxSpeech-Swift.h"
  8. requires objc
  9. }