代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = "BuglyHotfix"
s.version = "2.1.0"
s.summary = "BuglyHotfix iOS SDK. Learn more at https://bugly.qq.com."
s.description = "iOS library for Bugly App Hotfix Service. Sign up for a service at https://bugly.qq.com."
s.homepage = "https://bugly.qq.com/"
s.authors = { "Bugly" => "https://github.com/BuglyDevTeam" }
s.author = { "Bugly" => "https://github.com/BuglyDevTeam" }
s.source = { :http => "http://softfile.3g.qq.com/myapp/buglysdk/BuglyHotfix-2.1.0.zip" }
s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '7.0'
s.frameworks = 'SystemConfiguration','Security'
s.library = 'z','c++'
s.default_subspec = "Core"
s.subspec "Core" do |ss|
ss.vendored_frameworks = "BuglyHotfix.framework"
ss.source_files = "BuglyHotfix.framework/Headers/*.h"
end
s.license = {
:type => 'Commercial',
:text => <<-LICENSE
Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved.
LICENSE
}
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。