module.modulemap 188 B

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