diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-06 17:04:11 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-06 17:04:11 -0800 |
commit | 815516a6f7d0189618d60c720d36ada00fded8a7 (patch) | |
tree | 014fe70ad6dc64dc30c37b57bfac77025249896b /ios/Mapbox-iOS-SDK.podspec | |
parent | 423cfc11e5ddc3c0464264c876c74f63c456ce5d (diff) | |
download | qtlocation-mapboxgl-815516a6f7d0189618d60c720d36ada00fded8a7.tar.gz |
fixes #2961: download payload over HTTPS
Diffstat (limited to 'ios/Mapbox-iOS-SDK.podspec')
-rw-r--r-- | ios/Mapbox-iOS-SDK.podspec | 2 |
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 } |