summaryrefslogtreecommitdiff
path: root/ios/framework/modulemap
blob: 959568cb4e9bcd6d910ccede9bf91e9ebaf2e183 (plain)
1
2
3
4
5
framework module Mapbox {
  umbrella header "Mapbox.h"
  export *
  module * { export * }
}