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

Commit

Permalink
Tell CocoaPods where to look for non-public headers
Browse files Browse the repository at this point in the history
Fixes #631, #636
  • Loading branch information
friedbunny committed Jul 22, 2015
1 parent b478d81 commit 155c252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Pod::Spec.new do |m|

m.prefix_header_file = 'MapView/MapView_Prefix.pch'

m.header_dir = 'MapView/Map'

m.public_header_files = [
'MapView/Map/Mapbox.h',
'MapView/Map/RMAnnotation.h',
Expand Down

0 comments on commit 155c252

Please sign in to comment.