updates pod spec in order to solve build errors
Showing
1 changed file
with
16 additions
and
1 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.' |
@@ -24,6 +24,8 @@ Pod::Spec.new do |m| | @@ -24,6 +24,8 @@ Pod::Spec.new do |m| | ||
24 | 24 | ||
25 | m.public_header_files = [ | 25 | m.public_header_files = [ |
26 | 'MapView/Map/Mapbox.h', | 26 | 'MapView/Map/Mapbox.h', |
27 | + 'MapView/Map/RMAbstractMercatorTileSource.h', | ||
28 | + 'MapView/Map/RMAbstractWebMapSource.h', | ||
27 | 'MapView/Map/RMAnnotation.h', | 29 | 'MapView/Map/RMAnnotation.h', |
28 | 'MapView/Map/RMCacheObject.h', | 30 | 'MapView/Map/RMCacheObject.h', |
29 | 'MapView/Map/RMCircle.h', | 31 | 'MapView/Map/RMCircle.h', |
@@ -32,21 +34,34 @@ Pod::Spec.new do |m| | @@ -32,21 +34,34 @@ Pod::Spec.new do |m| | ||
32 | 'MapView/Map/RMConfiguration.h', | 34 | 'MapView/Map/RMConfiguration.h', |
33 | 'MapView/Map/RMCoordinateGridSource.h', | 35 | 'MapView/Map/RMCoordinateGridSource.h', |
34 | 'MapView/Map/RMDatabaseCache.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', | ||
35 | 'MapView/Map/RMGreatCircleAnnotation.h', | 41 | 'MapView/Map/RMGreatCircleAnnotation.h', |
36 | 'MapView/Map/RMInteractiveSource.h', | 42 | 'MapView/Map/RMInteractiveSource.h', |
37 | 'MapView/Map/RMMBTilesSource.h', | 43 | 'MapView/Map/RMMBTilesSource.h', |
38 | 'MapView/Map/RMMapboxSource.h', | 44 | 'MapView/Map/RMMapboxSource.h', |
45 | + 'MapView/Map/RMMapLayer.h', | ||
39 | 'MapView/Map/RMMapView.h', | 46 | 'MapView/Map/RMMapView.h', |
40 | 'MapView/Map/RMMapViewDelegate.h', | 47 | 'MapView/Map/RMMapViewDelegate.h', |
48 | + 'MapView/Map/RMMapOverlayView.h', | ||
49 | + 'MapView/Map/RMMapTiledLayerView.h', | ||
50 | + 'MapView/Map/RMMapScrollView.h', | ||
41 | 'MapView/Map/RMMarker.h', | 51 | 'MapView/Map/RMMarker.h', |
42 | 'MapView/Map/RMMemoryCache.h', | 52 | 'MapView/Map/RMMemoryCache.h', |
43 | 'MapView/Map/RMPointAnnotation.h', | 53 | 'MapView/Map/RMPointAnnotation.h', |
44 | 'MapView/Map/RMPolygonAnnotation.h', | 54 | 'MapView/Map/RMPolygonAnnotation.h', |
45 | 'MapView/Map/RMPolylineAnnotation.h', | 55 | 'MapView/Map/RMPolylineAnnotation.h', |
56 | + 'MapView/Map/RMProjection.h', | ||
46 | 'MapView/Map/RMShape.h', | 57 | 'MapView/Map/RMShape.h', |
58 | + 'MapView/Map/RMShapeAnnotation.h', | ||
47 | 'MapView/Map/RMStaticMapView.h', | 59 | 'MapView/Map/RMStaticMapView.h', |
60 | + 'MapView/Map/RMTile.h', | ||
48 | 'MapView/Map/RMTileCache.h', | 61 | 'MapView/Map/RMTileCache.h', |
49 | 'MapView/Map/RMTileMillSource.h', | 62 | 'MapView/Map/RMTileMillSource.h', |
63 | + 'MapView/Map/RMTileSource.h', | ||
64 | + 'MapView/Map/RMTileSourcesContainer.h', | ||
50 | 'MapView/Map/RMUserLocation.h', | 65 | 'MapView/Map/RMUserLocation.h', |
51 | 'MapView/Map/RMUserTrackingBarButtonItem.h' | 66 | 'MapView/Map/RMUserTrackingBarButtonItem.h' |
52 | ] | 67 | ] |
-
Please register or login to post a comment