From 3bb61e8a7bf91090c5c195fa1589f62499b20805 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 21 Jul 2015 10:20:58 -0400 Subject: [PATCH] Include all header files in podspec Fixes #631, #636 --- Mapbox-iOS-SDK.podspec | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/Mapbox-iOS-SDK.podspec b/Mapbox-iOS-SDK.podspec index ae1d7ecc..7ca19e81 100644 --- a/Mapbox-iOS-SDK.podspec +++ b/Mapbox-iOS-SDK.podspec @@ -27,32 +27,7 @@ Pod::Spec.new do |m| m.prefix_header_file = 'MapView/MapView_Prefix.pch' m.public_header_files = [ - 'MapView/Map/Mapbox.h', - 'MapView/Map/RMAnnotation.h', - 'MapView/Map/RMCacheObject.h', - 'MapView/Map/RMCircle.h', - 'MapView/Map/RMCircleAnnotation.h', - 'MapView/Map/RMCompositeSource.h', - 'MapView/Map/RMConfiguration.h', - 'MapView/Map/RMCoordinateGridSource.h', - 'MapView/Map/RMDatabaseCache.h', - 'MapView/Map/RMGreatCircleAnnotation.h', - 'MapView/Map/RMInteractiveSource.h', - 'MapView/Map/RMMBTilesSource.h', - 'MapView/Map/RMMapboxSource.h', - 'MapView/Map/RMMapView.h', - 'MapView/Map/RMMapViewDelegate.h', - 'MapView/Map/RMMarker.h', - 'MapView/Map/RMMemoryCache.h', - 'MapView/Map/RMPointAnnotation.h', - 'MapView/Map/RMPolygonAnnotation.h', - 'MapView/Map/RMPolylineAnnotation.h', - 'MapView/Map/RMShape.h', - 'MapView/Map/RMStaticMapView.h', - 'MapView/Map/RMTileCache.h', - 'MapView/Map/RMTileMillSource.h', - 'MapView/Map/RMUserLocation.h', - 'MapView/Map/RMUserTrackingBarButtonItem.h' + 'MapView/Map/*.h' ] m.resource_bundle = {