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'