update private header matches
Showing
1 changed file
with
26 additions
and
26 deletions
@@ -27,32 +27,32 @@ Pod::Spec.new do |m| | @@ -27,32 +27,32 @@ Pod::Spec.new do |m| | ||
27 | m.prefix_header_file = 'MapView/MapView_Prefix.pch' | 27 | m.prefix_header_file = 'MapView/MapView_Prefix.pch' |
28 | 28 | ||
29 | m.public_header_files = [ | 29 | m.public_header_files = [ |
30 | - 'Mapbox.h', | ||
31 | - 'RMAnnotation.h', | ||
32 | - 'RMCacheObject.h', | ||
33 | - 'RMCircle.h', | ||
34 | - 'RMCircleAnnotation.h', | ||
35 | - 'RMCompositeSource.h', | ||
36 | - 'RMConfiguration.h', | ||
37 | - 'RMCoordinateGridSource.h', | ||
38 | - 'RMDatabaseCache.h', | ||
39 | - 'RMGreatCircleAnnotation.h', | ||
40 | - 'RMInteractiveSource.h', | ||
41 | - 'RMMBTilesSource.h', | ||
42 | - 'RMMapboxSource.h', | ||
43 | - 'RMMapView.h', | ||
44 | - 'RMMapViewDelegate.h', | ||
45 | - 'RMMarker.h', | ||
46 | - 'RMMemoryCache.h', | ||
47 | - 'RMPointAnnotation.h', | ||
48 | - 'RMPolygonAnnotation.h', | ||
49 | - 'RMPolylineAnnotation.h', | ||
50 | - 'RMShape.h', | ||
51 | - 'RMStaticMapView.h', | ||
52 | - 'RMTileCache.h', | ||
53 | - 'RMTileMillSource.h', | ||
54 | - 'RMUserLocation.h', | ||
55 | - 'RMUserTrackingBarButtonItem.h' | 30 | + 'MapView/Map/Mapbox.h', |
31 | + 'MapView/Map/RMAnnotation.h', | ||
32 | + 'MapView/Map/RMCacheObject.h', | ||
33 | + 'MapView/Map/RMCircle.h', | ||
34 | + 'MapView/Map/RMCircleAnnotation.h', | ||
35 | + 'MapView/Map/RMCompositeSource.h', | ||
36 | + 'MapView/Map/RMConfiguration.h', | ||
37 | + 'MapView/Map/RMCoordinateGridSource.h', | ||
38 | + 'MapView/Map/RMDatabaseCache.h', | ||
39 | + 'MapView/Map/RMGreatCircleAnnotation.h', | ||
40 | + 'MapView/Map/RMInteractiveSource.h', | ||
41 | + 'MapView/Map/RMMBTilesSource.h', | ||
42 | + 'MapView/Map/RMMapboxSource.h', | ||
43 | + 'MapView/Map/RMMapView.h', | ||
44 | + 'MapView/Map/RMMapViewDelegate.h', | ||
45 | + 'MapView/Map/RMMarker.h', | ||
46 | + 'MapView/Map/RMMemoryCache.h', | ||
47 | + 'MapView/Map/RMPointAnnotation.h', | ||
48 | + 'MapView/Map/RMPolygonAnnotation.h', | ||
49 | + 'MapView/Map/RMPolylineAnnotation.h', | ||
50 | + 'MapView/Map/RMShape.h', | ||
51 | + 'MapView/Map/RMStaticMapView.h', | ||
52 | + 'MapView/Map/RMTileCache.h', | ||
53 | + 'MapView/Map/RMTileMillSource.h', | ||
54 | + 'MapView/Map/RMUserLocation.h', | ||
55 | + 'MapView/Map/RMUserTrackingBarButtonItem.h' | ||
56 | ] | 56 | ] |
57 | 57 | ||
58 | m.resource_bundle = { | 58 | m.resource_bundle = { |
-
Please register or login to post a comment