module.modulemap 229 B

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