summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-06 17:04:11 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-06 17:04:11 -0800
commit815516a6f7d0189618d60c720d36ada00fded8a7 (patch)
tree014fe70ad6dc64dc30c37b57bfac77025249896b /ios
parent423cfc11e5ddc3c0464264c876c74f63c456ce5d (diff)
downloadqtlocation-mapboxgl-815516a6f7d0189618d60c720d36ada00fded8a7.tar.gz
fixes #2961: download payload over HTTPS
Diffstat (limited to 'ios')
-rw-r--r--ios/Mapbox-iOS-SDK.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index cab0684069..6ea5414851 100644
--- a/ios/Mapbox-iOS-SDK.podspec
+++ b/ios/Mapbox-iOS-SDK.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |m|
m.documentation_url = 'https://www.mapbox.com/ios-sdk/'
m.source = {
- :http => "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-#{m.version.to_s}.zip",
+ :http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-#{m.version.to_s}.zip",
:flatten => true
}