updates pod spec in order to solve build errors
Showing
1 changed file
with
43 additions
and
28 deletions
1 | Pod::Spec.new do |m| | 1 | Pod::Spec.new do |m| |
2 | 2 | ||
3 | m.name = 'Mapbox-iOS-SDK@sputnik' | 3 | m.name = 'Mapbox-iOS-SDK@sputnik' |
4 | - m.version = '1.6.2-sputnik' | 4 | + m.version = '1.6.3-sputnik' |
5 | 5 | ||
6 | m.summary = 'Fork of MapBox iOS SDK with some patches.' | 6 | m.summary = 'Fork of MapBox iOS SDK with some patches.' |
7 | m.description = 'An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.' | 7 | m.description = 'An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.' |
@@ -23,33 +23,48 @@ Pod::Spec.new do |m| | @@ -23,33 +23,48 @@ Pod::Spec.new do |m| | ||
23 | m.prefix_header_file = 'MapView/MapView_Prefix.pch' | 23 | m.prefix_header_file = 'MapView/MapView_Prefix.pch' |
24 | 24 | ||
25 | m.public_header_files = [ | 25 | m.public_header_files = [ |
26 | - 'MapView/Map/Mapbox.h', | ||
27 | - 'MapView/Map/RMAnnotation.h', | ||
28 | - 'MapView/Map/RMCacheObject.h', | ||
29 | - 'MapView/Map/RMCircle.h', | ||
30 | - 'MapView/Map/RMCircleAnnotation.h', | ||
31 | - 'MapView/Map/RMCompositeSource.h', | ||
32 | - 'MapView/Map/RMConfiguration.h', | ||
33 | - 'MapView/Map/RMCoordinateGridSource.h', | ||
34 | - 'MapView/Map/RMDatabaseCache.h', | ||
35 | - 'MapView/Map/RMGreatCircleAnnotation.h', | ||
36 | - 'MapView/Map/RMInteractiveSource.h', | ||
37 | - 'MapView/Map/RMMBTilesSource.h', | ||
38 | - 'MapView/Map/RMMapboxSource.h', | ||
39 | - 'MapView/Map/RMMapView.h', | ||
40 | - 'MapView/Map/RMMapViewDelegate.h', | ||
41 | - 'MapView/Map/RMMarker.h', | ||
42 | - 'MapView/Map/RMMemoryCache.h', | ||
43 | - 'MapView/Map/RMPointAnnotation.h', | ||
44 | - 'MapView/Map/RMPolygonAnnotation.h', | ||
45 | - 'MapView/Map/RMPolylineAnnotation.h', | ||
46 | - 'MapView/Map/RMShape.h', | ||
47 | - 'MapView/Map/RMStaticMapView.h', | ||
48 | - 'MapView/Map/RMTileCache.h', | ||
49 | - 'MapView/Map/RMTileMillSource.h', | ||
50 | - 'MapView/Map/RMUserLocation.h', | ||
51 | - 'MapView/Map/RMUserTrackingBarButtonItem.h' | ||
52 | - ] | 26 | + 'MapView/Map/Mapbox.h', |
27 | + 'MapView/Map/RMAbstractMercatorTileSource.h', | ||
28 | + 'MapView/Map/RMAbstractWebMapSource.h', | ||
29 | + 'MapView/Map/RMAnnotation.h', | ||
30 | + 'MapView/Map/RMCacheObject.h', | ||
31 | + 'MapView/Map/RMCircle.h', | ||
32 | + 'MapView/Map/RMCircleAnnotation.h', | ||
33 | + 'MapView/Map/RMCompositeSource.h', | ||
34 | + 'MapView/Map/RMConfiguration.h', | ||
35 | + 'MapView/Map/RMCoordinateGridSource.h', | ||
36 | + 'MapView/Map/RMDatabaseCache.h', | ||
37 | + 'MapView/Map/RMFractalTileProjection.h', | ||
38 | + 'MapView/Map/RMFoundation.h', | ||
39 | + 'MapView/Map/RMGenericMapSource.h', | ||
40 | + 'MapView/Map/RMGlobalConstants.h', | ||
41 | + 'MapView/Map/RMGreatCircleAnnotation.h', | ||
42 | + 'MapView/Map/RMInteractiveSource.h', | ||
43 | + 'MapView/Map/RMMBTilesSource.h', | ||
44 | + 'MapView/Map/RMMapboxSource.h', | ||
45 | + 'MapView/Map/RMMapLayer.h', | ||
46 | + 'MapView/Map/RMMapView.h', | ||
47 | + 'MapView/Map/RMMapViewDelegate.h', | ||
48 | + 'MapView/Map/RMMapOverlayView.h', | ||
49 | + 'MapView/Map/RMMapTiledLayerView.h', | ||
50 | + 'MapView/Map/RMMapScrollView.h', | ||
51 | + 'MapView/Map/RMMarker.h', | ||
52 | + 'MapView/Map/RMMemoryCache.h', | ||
53 | + 'MapView/Map/RMPointAnnotation.h', | ||
54 | + 'MapView/Map/RMPolygonAnnotation.h', | ||
55 | + 'MapView/Map/RMPolylineAnnotation.h', | ||
56 | + 'MapView/Map/RMProjection.h', | ||
57 | + 'MapView/Map/RMShape.h', | ||
58 | + 'MapView/Map/RMShapeAnnotation.h', | ||
59 | + 'MapView/Map/RMStaticMapView.h', | ||
60 | + 'MapView/Map/RMTile.h', | ||
61 | + 'MapView/Map/RMTileCache.h', | ||
62 | + 'MapView/Map/RMTileMillSource.h', | ||
63 | + 'MapView/Map/RMTileSource.h', | ||
64 | + 'MapView/Map/RMTileSourcesContainer.h', | ||
65 | + 'MapView/Map/RMUserLocation.h', | ||
66 | + 'MapView/Map/RMUserTrackingBarButtonItem.h' | ||
67 | + ] | ||
53 | 68 | ||
54 | m.resource_bundle = { | 69 | m.resource_bundle = { |
55 | 'Mapbox' => 'MapView/Map/Resources/*' | 70 | 'Mapbox' => 'MapView/Map/Resources/*' |
-
Please register or login to post a comment