Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment