summaryrefslogtreecommitdiff
path: root/platform/ios/Mapbox-iOS-SDK-static-part.podspec
blob: b2a114f9d2f67fc71e0479ef28424c3781e5466e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
  m.ios.deployment_target = '8.0'

  m.requires_arc = true

  m.preserve_paths = '**'
  m.source_files = 'Headers/*.h', 'MGLDummy.m'
  m.resource_bundle = { 'Mapbox' => 'Mapbox.bundle/*' }
  m.vendored_frameworks = 'Mapbox.framework'
  m.module_name = 'Mapbox'
  m.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }

end