module.modulemap 213 B

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