blob: b82c2bb24f3b6dbeb0215d460cdb6ff5134994dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
m.ios.deployment_target = '9.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' }
m.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
|