summaryrefslogtreecommitdiff
path: root/ios/Mapbox-iOS-SDK.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'ios/Mapbox-iOS-SDK.podspec')
-rw-r--r--ios/Mapbox-iOS-SDK.podspec11
1 files changed, 1 insertions, 10 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index 052ba1447b..ec15132450 100644
--- a/ios/Mapbox-iOS-SDK.podspec
+++ b/ios/Mapbox-iOS-SDK.podspec
@@ -22,16 +22,7 @@ Pod::Spec.new do |m|
m.requires_arc = true
- m.preserve_paths = '**'
- m.resource_bundle = { 'Mapbox' => 'Mapbox.framework/Mapbox.bundle/*' }
- m.vendored_frameworks = 'Mapbox.framework'
+ m.vendored_frameworks = 'dynamic/Mapbox.framework'
m.module_name = 'Mapbox'
- m.frameworks = 'CoreLocation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration'
- m.libraries = 'c++', 'sqlite3', 'z'
- m.pod_target_xcconfig = {
- 'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++',
- 'OTHER_LDFLAGS' => '-ObjC',
- }
-
end