summaryrefslogtreecommitdiff
path: root/platform/ios/Mapbox-iOS-SDK-static-part.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Mapbox-iOS-SDK-static-part.podspec')
-rw-r--r--platform/ios/Mapbox-iOS-SDK-static-part.podspec14
1 files changed, 0 insertions, 14 deletions
diff --git a/platform/ios/Mapbox-iOS-SDK-static-part.podspec b/platform/ios/Mapbox-iOS-SDK-static-part.podspec
deleted file mode 100644
index b82c2bb24f..0000000000
--- a/platform/ios/Mapbox-iOS-SDK-static-part.podspec
+++ /dev/null
@@ -1,14 +0,0 @@
- m.ios.deployment_target = '9.0'
-
- m.requires_arc = true
-
- m.preserve_paths = '**'
- m.source_files = 'Headers/*.h', 'MGLDummy.m'
- m.resource_bundle = { 'Mapbox' => 'Mapbox.bundle/*' }
- m.vendored_frameworks = 'Mapbox.framework'
- m.module_name = 'Mapbox'
- m.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
-
- m.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
-
-end