Authored by Justin R. Miller

namespacing tweak

@@ -21,7 +21,7 @@ Pod::Spec.new do |m| @@ -21,7 +21,7 @@ Pod::Spec.new do |m|
21 21
22 m.prefix_header_file = 'MapView/MapView_Prefix.pch' 22 m.prefix_header_file = 'MapView/MapView_Prefix.pch'
23 23
24 - m.resource_bundle = 'MapView/Map/Resources/*' 24 + m.resource_bundle = { 'Mapbox' => 'MapView/Map/Resources/*' }
25 25
26 m.documentation_url = 'https://www.mapbox.com/mapbox-ios-sdk' 26 m.documentation_url = 'https://www.mapbox.com/mapbox-ios-sdk'
27 27