Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #658 from mapbox/liberal-podspec
Browse files Browse the repository at this point in the history
Include all header files in podspec
  • Loading branch information
friedbunny committed Jul 24, 2015
2 parents b478d81 + 3bb61e8 commit 345d6d3
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 345d6d3

Please sign in to comment.