summaryrefslogtreecommitdiff
path: root/platform/ios/Mapbox-iOS-SDK-static-part.podspec
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-06-27 16:00:15 -0700
committerJason Wray <jason@mapbox.com>2019-07-02 11:43:01 -0700
commit93ecf9ae302282dd6d98e4002a2a0d0dd3c006a7 (patch)
tree4bb21b8b785cafb40591cd8f4bd62874e7b9cb7e /platform/ios/Mapbox-iOS-SDK-static-part.podspec
parent664c50f3bd19399701bc41d4e0992407c706b9b8 (diff)
downloadqtlocation-mapboxgl-93ecf9ae302282dd6d98e4002a2a0d0dd3c006a7.tar.gz
[ios, build] Stop packaging local podspec with releases
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