From 777e7aefdfcd0b32cbbbd40bb8f25348ac250af5 Mon Sep 17 00:00:00 2001 From: PengDong Date: Tue, 28 Apr 2020 17:08:34 +0800 Subject: [PATCH] Update Bugly.podspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整 http -> https --- Bugly.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugly.podspec b/Bugly.podspec index b5bf670..103d631 100644 --- a/Bugly.podspec +++ b/Bugly.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.homepage = "http://bugly.qq.com/" s.license = { :type => "Commercial", :text => "Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved."} s.author = { "Tencent" => "bugly@tencent.com" } - s.source = { :http => "http://softfile.3g.qq.com/myapp/buglysdk/Bugly-2.5.2.zip" } + s.source = { :http => "https://softfile.3g.qq.com/myapp/buglysdk/Bugly-2.5.2.zip" } s.requires_arc = true s.platform = :ios s.ios.deployment_target = '7.0'